#9ECAC2

Color #9ECAC2 Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #9ECAC2

Tints of Opal #9ECAC2

Color information

#9ECAC2 (or 0x9ECAC2) is unknown color: approx Opal. HEX triplet: 9E, CA and C2. RGB value is (158,202,194). Sum of RGB (Red+Green+Blue) = 158+202+194=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECAC2 is #61353D. Grayscale: #BBBBBB. Windows color (decimal): -6370622 or 12765854. OLE color: 12765854.

HSL color Cylindrical-coordinate representation of color #9ECAC2: hue angle of 169.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECAC2 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB158202194-
CMYK0.2200.040.21
HSL169.09º29.33%70.59%-
HSV(B)169.09º21.78%79.22%-
XYZ44.9653.4158.98-
YUV187.93131.42106.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.52%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 194 (76.17% from 255) = 35.02%
R=28.52%
G=36.46%
B=35.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021940.2200.040.21169.0929.3370.59
Hex9ECAC2160415a91d47
Octal23631230226042525135107
Binary1001111011001010110000101011001001010110101001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ECAC2; }

 p { color: rgb(158,202,194); }

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

<style>
 a { background-color: #9ECAC2; }

 a { background-color: rgb(158,202,194); }

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

<style>
 span { border-color: #9ECAC2; }

 span { border-color: rgb(158,202,194); }

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