#9FCCBA

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

Shades of Opal #9FCCBA

Tints of Opal #9FCCBA

Color information

#9FCCBA (or 0x9FCCBA) is unknown color: approx Opal. HEX triplet: 9F, CC and BA. RGB value is (159,204,186). Sum of RGB (Red+Green+Blue) = 159+204+186=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCBA is #603345. Grayscale: #BCBCBC. Windows color (decimal): -6304582 or 12242079. OLE color: 12242079.

HSL color Cylindrical-coordinate representation of color #9FCCBA: hue angle of 156º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCCBA is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB159204186-
CMYK0.2200.090.2
HSL156º30.61%71.18%-
HSV(B)156º22.06%80%-
XYZ44.7554.154.54-
YUV188.49126.59106.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=28.96%
G=37.16%
B=33.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1592041860.2200.090.215630.6171.18
Hex9FCCBA1609149c1f47
Octal237314272260112423437107
Binary10011111110011001011101010110010011010010011100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,204,186); }

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

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

 a { background-color: rgb(159,204,186); }

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

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

 span { border-color: rgb(159,204,186); }

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