#9fc5bf

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

Shades of Opal #9FC5BF

Tints of Opal #9FC5BF

Color information

#9FC5BF (or 0x9FC5BF) is unknown color: approx Opal. HEX triplet: 9F, C5 and BF. RGB value is (159,197,191). Sum of RGB (Red+Green+Blue) = 159+197+191=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC5BF is #603A40. Grayscale: #B8B8B8. Windows color (decimal): -6306369 or 12567967. OLE color: 12567967.

HSL color Cylindrical-coordinate representation of color #9FC5BF: hue angle of 170.53º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FC5BF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB159197191-
CMYK0.1900.030.23
HSL170.53º24.68%69.8%-
HSV(B)170.53º19.29%77.25%-
XYZ43.6751.0756.85-
YUV184.95131.41109.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.07%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 191 (75% from 255) = 34.92%
R=29.07%
G=36.01%
B=34.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591971910.1900.030.23170.5324.6869.8
Hex9FC5BF130317ab1946
Octal23730527723032725331106
Binary100111111100010110111111100110111011110101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fc5bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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