#9EC8BE

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

Shades of Opal #9EC8BE

Tints of Opal #9EC8BE

Color information

#9EC8BE (or 0x9EC8BE) is unknown color: approx Opal. HEX triplet: 9E, C8 and BE. RGB value is (158,200,190). Sum of RGB (Red+Green+Blue) = 158+200+190=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC8BE is #613741. Grayscale: #BABABA. Windows color (decimal): -6371138 or 12503198. OLE color: 12503198.

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

Color convert

RGB158200190-
CMYK0.2100.050.22
HSL165.71º27.63%70.2%-
HSV(B)165.71º21%78.43%-
XYZ44.0552.356.49-
YUV186.3130.09107.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.83%
GREEN value IS 200 (78.52% from 255) = 36.50%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=28.83%
G=36.50%
B=34.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1582001900.2100.050.22165.7127.6370.2
Hex9EC8BE150516a61c46
Octal23631027625052624634106
Binary1001111011001000101111101010101011011010100110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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