#9EC8C2

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

Shades of Opal #9EC8C2

Tints of Opal #9EC8C2

Color information

#9EC8C2 (or 0x9EC8C2) is unknown color: approx Opal. HEX triplet: 9E, C8 and C2. RGB value is (158,200,194). Sum of RGB (Red+Green+Blue) = 158+200+194=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC8C2 is #61373D. Grayscale: #BABABA. Windows color (decimal): -6371134 or 12765342. OLE color: 12765342.

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

Color convert

RGB158200194-
CMYK0.2100.030.22
HSL171.43º27.63%70.2%-
HSV(B)171.43º21%78.43%-
XYZ44.4952.4758.82-
YUV186.76132.09107.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.62%
GREEN value IS 200 (78.52% from 255) = 36.23%
BLUE value IS 194 (76.17% from 255) = 35.14%
R=28.62%
G=36.23%
B=35.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1582001940.2100.030.22171.4327.6370.2
Hex9EC8C2150316ab1c46
Octal23631030225032625334106
Binary100111101100100011000010101010111011010101011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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