#9ECABE

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

Shades of Opal #9ECABE

Tints of Opal #9ECABE

Color information

#9ECABE (or 0x9ECABE) is unknown color: approx Opal. HEX triplet: 9E, CA and BE. RGB value is (158,202,190). Sum of RGB (Red+Green+Blue) = 158+202+190=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECABE is #613541. Grayscale: #BBBBBB. Windows color (decimal): -6370626 or 12503710. OLE color: 12503710.

HSL color Cylindrical-coordinate representation of color #9ECABE: hue angle of 163.64º 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 #9ECABE is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB158202190-
CMYK0.2200.060.21
HSL163.64º29.33%70.59%-
HSV(B)163.64º21.78%79.22%-
XYZ44.5253.2356.64-
YUV187.48129.42106.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.73%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=28.73%
G=36.73%
B=34.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021900.2200.060.21163.6429.3370.59
Hex9ECABE160615a41d47
Octal23631227626062524435107
Binary1001111011001010101111101011001101010110100100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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