Html Css Color HEX #6ED0CD Downy

📋 copy color: '#6ED0CD'

red 110 ◦ green 208 ◦ blue 205

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

Shades of Downy #6ED0CD

Tints of Downy #6ED0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.77%

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 21.03%
G = 39.77%
B = 39.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#6ED0CD (or 0x6ED0CD) is known color: Downy. HEX triplet: 6E, D0 and CD. RGB value is (110,208,205). Sum of RGB (Red+Green+Blue) = 110+208+205=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED0CD is #912F32. Grayscale: #B2B2B2. Windows color (decimal): -9514803 or 13488238. OLE color: 13488238.

HSL color Cylindrical-coordinate representation of color #6ED0CD: hue angle of 178.16º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED0CD is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 208 205 -
CMYK 0.47 0 0.01 0.18
HSL 178.16º 0.51% 0.62% -
HSV(B) 178.16º 0.47% 0.82% -
XYZ 40.01 52.83 65.85 -
YUV 178.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 110 208 205 0.47 0 0.01 0.18 178.16 0.51 0.62
Hex 6E D0 CD 2F 0 1 12 B2 33 3E
Octal 156 320 315 57 0 1 22 262 63 76
Binary 1101110 11010000 11001101 101111 0 1 10010 10110010 110011 111110

Color Harmonies of #6ED0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED0CD

Black with #6ED0CD

Text Example


Text Example

White with #6ED0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,208,205); }

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

background-color css

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

 a { background-color: rgb(110,208,205); }

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

border-color css

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

 span { border-color: rgb(110,208,205); }

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