Html Css Color HEX #6ED4CD Downy

📋 copy color: '#6ED4CD'

red 110 ◦ green 212 ◦ blue 205

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

Shades of Downy #6ED4CD

Tints of Downy #6ED4CD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.23%

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

R = 20.87%
G = 40.23%
B = 38.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#6ED4CD (or 0x6ED4CD) is known color: Downy. HEX triplet: 6E, D4 and CD. RGB value is (110,212,205). Sum of RGB (Red+Green+Blue) = 110+212+205=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED4CD is #912B32. Grayscale: #B4B4B4. Windows color (decimal): -9513779 or 13489262. OLE color: 13489262.

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

Color convert

RGB 110 212 205 -
CMYK 0.48 0 0.03 0.17
HSL 175.88º 0.54% 0.63% -
HSV(B) 175.88º 0.48% 0.83% -
XYZ 40.99 54.81 66.18 -
YUV 180.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 110 212 205 0.48 0 0.03 0.17 175.88 0.54 0.63
Hex 6E D4 CD 30 0 3 11 B0 36 3F
Octal 156 324 315 60 0 3 21 260 66 77
Binary 1101110 11010100 11001101 110000 0 11 10001 10110000 110110 111111

Color Harmonies of #6ED4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED4CD

Black with #6ED4CD

Text Example


Text Example

White with #6ED4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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