#9FC2BF

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

Shades of Opal #9FC2BF

Tints of Opal #9FC2BF

Color information

#9FC2BF (or 0x9FC2BF) is unknown color: approx Opal. HEX triplet: 9F, C2 and BF. RGB value is (159,194,191). Sum of RGB (Red+Green+Blue) = 159+194+191=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC2BF is #603D40. Grayscale: #B7B7B7. Windows color (decimal): -6307137 or 12567199. OLE color: 12567199.

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

Color convert

RGB159194191-
CMYK0.1800.020.24
HSL174.86º22.29%69.22%-
HSV(B)174.86º18.04%76.08%-
XYZ42.9949.7256.62-
YUV183.19132.4110.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.23%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 191 (75% from 255) = 35.11%
R=29.23%
G=35.66%
B=35.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591941910.1800.020.24174.8622.2969.22
Hex9FC2BF120218af1645
Octal23730227722023025726105
Binary100111111100001010111111100100101100010101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,194,191); }

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

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

 a { background-color: rgb(159,194,191); }

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

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

 span { border-color: rgb(159,194,191); }

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