Html Css Color HEX #6ED4CA Downy

📋 copy color: '#6ED4CA'

red 110 ◦ green 212 ◦ blue 202

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

Shades of Downy #6ED4CA

Tints of Downy #6ED4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 20.99%
G = 40.46%
B = 38.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#6ED4CA (or 0x6ED4CA) is known color: Downy. HEX triplet: 6E, D4 and CA. RGB value is (110,212,202). Sum of RGB (Red+Green+Blue) = 110+212+202=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED4CA is #912B35. Grayscale: #B4B4B4. Windows color (decimal): -9513782 or 13292654. OLE color: 13292654.

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

Color convert

RGB 110 212 202 -
CMYK 0.48 0 0.05 0.17
HSL 174.12º 0.54% 0.63% -
HSV(B) 174.12º 0.48% 0.83% -
XYZ 40.63 54.67 64.29 -
YUV 180.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 110 212 202 0.48 0 0.05 0.17 174.12 0.54 0.63
Hex 6E D4 CA 30 0 5 11 AE 36 3F
Octal 156 324 312 60 0 5 21 256 66 77
Binary 1101110 11010100 11001010 110000 0 101 10001 10101110 110110 111111

Color Harmonies of #6ED4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED4CA

Black with #6ED4CA

Text Example


Text Example

White with #6ED4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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