Html Css Color HEX #6DEDC7 Aquamarine

📋 copy color: '#6DEDC7'

red 109 ◦ green 237 ◦ blue 199

#6DEDC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #6DEDC7

Tints of Aquamarine #6DEDC7

RGB

 RED value IS 109 (42.97% from 255) = 20%

 GREEN value IS 237 (92.97% from 255) = 43.49%

 BLUE value IS 199 (78.13% from 255) = 36.51%

R = 20%
G = 43.49%
B = 36.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6DEDC7 (or 0x6DEDC7) is known color: Aquamarine. HEX triplet: 6D, ED and C7. RGB value is (109,237,199). Sum of RGB (Red+Green+Blue) = 109+237+199=545 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDC7 is #921238. Grayscale: #C2C2C2. Windows color (decimal): -9572921 or 13102445. OLE color: 13102445.

HSL color Cylindrical-coordinate representation of color #6DEDC7: hue angle of 162.19º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEDC7 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 237 199 -
CMYK 0.54 0 0.16 0.07
HSL 162.19º 0.78% 0.68% -
HSV(B) 162.19º 0.54% 0.93% -
XYZ 46.9 67.94 64.68 -
YUV 194.4 130.59 67.09 -
System Red Green Blue C M Y K H S L
Decimal 109 237 199 0.54 0 0.16 0.07 162.19 0.78 0.68
Hex 6D ED C7 36 0 10 7 A2 4E 44
Octal 155 355 307 66 0 20 7 242 116 104
Binary 1101101 11101101 11000111 110110 0 10000 111 10100010 1001110 1000100

Color Harmonies of #6DEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDC7

Black with #6DEDC7

Text Example


Text Example

White with #6DEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DEDC7; }

 p { color: rgb(109,237,199); }

 H1.HeaderClassName
 {
   color: #6DEDC7;
 }
 .AnyTagClassName
 {
   color: #6DEDC7;
 }
</style>

background-color css

<style>
 a { background-color: #6DEDC7; }

 a { background-color: rgb(109,237,199); }

 div.DivClassName
 {
   background-color: #6DEDC7;
 }
 .BgClassName
 {
   background-color: #6DEDC7;
 }
</style>

border-color css

<style>
 span { border-color: #6DEDC7; }

 span { border-color: rgb(109,237,199); }

 td.TdClassName
 {
   border-color: #6DEDC7;
 }
 .TagClassName
 {
   border-color: #6DEDC7;
 }
</style>