#6ECACD

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

Shades of Spray #6ECACD

Tints of Spray #6ECACD

Color information

#6ECACD (or 0x6ECACD) is unknown color: approx Spray. HEX triplet: 6E, CA and CD. RGB value is (110,202,205). Sum of RGB (Red+Green+Blue) = 110+202+205=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #6ECACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECACD is #913532. Grayscale: #AEAEAE. Windows color (decimal): -9516339 or 13486702. OLE color: 13486702.

HSL color Cylindrical-coordinate representation of color #6ECACD: hue angle of 181.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECACD is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110202205-
CMYK0.460.0100.20
HSL181.89º48.72%61.76%-
HSV(B)181.89º46.34%80.39%-
XYZ38.5749.9665.37-
YUV174.83145.0281.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.28%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=21.28%
G=39.07%
B=39.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1102022050.460.0100.20181.8948.7261.76
Hex6ECACD2E1014b6313e
Octal1563123155610242666176
Binary11011101100101011001101101110101010010110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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