#9EC7BF

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

Shades of Opal #9EC7BF

Tints of Opal #9EC7BF

Color information

#9EC7BF (or 0x9EC7BF) is unknown color: approx Opal. HEX triplet: 9E, C7 and BF. RGB value is (158,199,191). Sum of RGB (Red+Green+Blue) = 158+199+191=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC7BF is #613840. Grayscale: #B9B9B9. Windows color (decimal): -6371393 or 12568478. OLE color: 12568478.

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

Color convert

RGB158199191-
CMYK0.2100.040.22
HSL168.29º26.8%70%-
HSV(B)168.29º20.6%78.04%-
XYZ43.9351.8856.99-
YUV185.83130.92108.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.83%
GREEN value IS 199 (78.12% from 255) = 36.31%
BLUE value IS 191 (75% from 255) = 34.85%
R=28.83%
G=36.31%
B=34.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581991910.2100.040.22168.2926.870
Hex9EC7BF150416a81b46
Octal23630727725042625033106
Binary1001111011000111101111111010101001011010101000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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