#9ec9be

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

Shades of Opal #9EC9BE

Tints of Opal #9EC9BE

Color information

#9EC9BE (or 0x9EC9BE) is unknown color: approx Opal. HEX triplet: 9E, C9 and BE. RGB value is (158,201,190). Sum of RGB (Red+Green+Blue) = 158+201+190=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC9BE is #613641. Grayscale: #BABABA. Windows color (decimal): -6370882 or 12503454. OLE color: 12503454.

HSL color Cylindrical-coordinate representation of color #9EC9BE: hue angle of 164.65º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC9BE is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB158201190-
CMYK0.2100.050.21
HSL164.65º28.48%70.39%-
HSV(B)164.65º21.39%78.82%-
XYZ44.2852.7656.57-
YUV186.89129.75107.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.78%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=28.78%
G=36.61%
B=34.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582011900.2100.050.21164.6528.4870.39
Hex9EC9BE150515a51c46
Octal23631127625052524534106
Binary1001111011001001101111101010101011010110100101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ec9be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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