#9FC1BE

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

Shades of Opal #9FC1BE

Tints of Opal #9FC1BE

Color information

#9FC1BE (or 0x9FC1BE) is unknown color: approx Opal. HEX triplet: 9F, C1 and BE. RGB value is (159,193,190). Sum of RGB (Red+Green+Blue) = 159+193+190=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1BE is #603E41. Grayscale: #B6B6B6. Windows color (decimal): -6307394 or 12501407. OLE color: 12501407.

HSL color Cylindrical-coordinate representation of color #9FC1BE: hue angle of 174.71º 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 #9FC1BE is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB159193190-
CMYK0.1800.020.24
HSL174.71º21.52%69.02%-
HSV(B)174.71º17.62%75.69%-
XYZ42.6649.2355.97-
YUV182.49132.24111.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.34%
GREEN value IS 193 (75.78% from 255) = 35.61%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=29.34%
G=35.61%
B=35.06%

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
Decimal1591931900.1800.020.24174.7121.5269.02
Hex9FC1BE120218af1645
Octal23730127622023025726105
Binary100111111100000110111110100100101100010101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,193,190); }

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

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

 a { background-color: rgb(159,193,190); }

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

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

 span { border-color: rgb(159,193,190); }

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