Html Css Color HEX #6ED2CB Downy

📋 copy color: '#6ED2CB'

red 110 ◦ green 210 ◦ blue 203

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

Shades of Downy #6ED2CB

Tints of Downy #6ED2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 21.03%
G = 40.15%
B = 38.81%

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

#6ED2CB (or 0x6ED2CB) is known color: Downy. HEX triplet: 6E, D2 and CB. RGB value is (110,210,203). Sum of RGB (Red+Green+Blue) = 110+210+203=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2CB is #912D34. Grayscale: #B3B3B3. Windows color (decimal): -9514293 or 13357678. OLE color: 13357678.

HSL color Cylindrical-coordinate representation of color #6ED2CB: hue angle of 175.8º 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 #6ED2CB is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 210 203 -
CMYK 0.48 0 0.03 0.18
HSL 175.8º 0.53% 0.63% -
HSV(B) 175.8º 0.48% 0.82% -
XYZ 40.26 53.72 64.75 -
YUV 179.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 110 210 203 0.48 0 0.03 0.18 175.8 0.53 0.63
Hex 6E D2 CB 30 0 3 12 B0 35 3F
Octal 156 322 313 60 0 3 22 260 65 77
Binary 1101110 11010010 11001011 110000 0 11 10010 10110000 110101 111111

Color Harmonies of #6ED2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED2CB

Black with #6ED2CB

Text Example


Text Example

White with #6ED2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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