#6ed1ca

Color #6ED1CA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6ED1CA

Tints of Downy #6ED1CA

Color information

#6ED1CA (or 0x6ED1CA) is unknown color: approx Downy. HEX triplet: 6E, D1 and CA. RGB value is (110,209,202). Sum of RGB (Red+Green+Blue) = 110+209+202=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED1CA is #912E35. Grayscale: #B2B2B2. Windows color (decimal): -9514550 or 13291886. OLE color: 13291886.

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

Color convert

RGB110209202-
CMYK0.4700.030.18
HSL175.76º51.83%62.55%-
HSV(B)175.76º47.37%81.96%-
XYZ39.8953.1864.04-
YUV178.6141.279.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.11%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=21.11%
G=40.12%
B=38.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1102092020.4700.030.18175.7651.8362.55
Hex6ED1CA2F0312b0343f
Octal1563213125703222606477
Binary110111011010001110010101011110111001010110000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ed1ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ed1ca;
 }
 .AnyTagClassName
 {
   color: #6ed1ca;
 }
</style>
background-color css

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

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

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

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

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

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