Html Css Color HEX #6ED2CC Downy

📋 copy color: '#6ED2CC'

red 110 ◦ green 210 ◦ blue 204

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

Shades of Downy #6ED2CC

Tints of Downy #6ED2CC

RGB

 RED value IS 110 (43.36% from 255) = 20.99%

 GREEN value IS 210 (82.42% from 255) = 40.08%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 20.99%
G = 40.08%
B = 38.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#6ED2CC (or 0x6ED2CC) is known color: Downy. HEX triplet: 6E, D2 and CC. RGB value is (110,210,204). Sum of RGB (Red+Green+Blue) = 110+210+204=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2CC is #912D33. Grayscale: #B3B3B3. Windows color (decimal): -9514292 or 13423214. OLE color: 13423214.

HSL color Cylindrical-coordinate representation of color #6ED2CC: hue angle of 176.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED2CC is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 210 204 -
CMYK 0.48 0 0.03 0.18
HSL 176.4º 0.53% 0.63% -
HSV(B) 176.4º 0.48% 0.82% -
XYZ 40.38 53.77 65.38 -
YUV 179.42 141.87 78.49 -
System Red Green Blue C M Y K H S L
Decimal 110 210 204 0.48 0 0.03 0.18 176.4 0.53 0.63
Hex 6E D2 CC 30 0 3 12 B0 35 3F
Octal 156 322 314 60 0 3 22 260 65 77
Binary 1101110 11010010 11001100 110000 0 11 10010 10110000 110101 111111

Color Harmonies of #6ED2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED2CC

Black with #6ED2CC

Text Example


Text Example

White with #6ED2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,210,204); }

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

background-color css

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

 a { background-color: rgb(110,210,204); }

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

border-color css

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

 span { border-color: rgb(110,210,204); }

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