#9EC3BF

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

Shades of Opal #9EC3BF

Tints of Opal #9EC3BF

Color information

#9EC3BF (or 0x9EC3BF) is unknown color: approx Opal. HEX triplet: 9E, C3 and BF. RGB value is (158,195,191). Sum of RGB (Red+Green+Blue) = 158+195+191=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC3BF is #613C40. Grayscale: #B7B7B7. Windows color (decimal): -6372417 or 12567454. OLE color: 12567454.

HSL color Cylindrical-coordinate representation of color #9EC3BF: hue angle of 173.51º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EC3BF is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB158195191-
CMYK0.1900.020.24
HSL173.51º23.57%69.22%-
HSV(B)173.51º18.97%76.47%-
XYZ43.0250.0656.69-
YUV183.48132.24109.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.04%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 191 (75% from 255) = 35.11%
R=29.04%
G=35.85%
B=35.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581951910.1900.020.24173.5123.5769.22
Hex9EC3BF130218ae1845
Octal23630327723023025630105
Binary100111101100001110111111100110101100010101110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,195,191); }

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

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

 a { background-color: rgb(158,195,191); }

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

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

 span { border-color: rgb(158,195,191); }

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