#9FCAC0

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

Shades of Opal #9FCAC0

Tints of Opal #9FCAC0

Color information

#9FCAC0 (or 0x9FCAC0) is unknown color: approx Opal. HEX triplet: 9F, CA and C0. RGB value is (159,202,192). Sum of RGB (Red+Green+Blue) = 159+202+192=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAC0 is #60353F. Grayscale: #BCBCBC. Windows color (decimal): -6305088 or 12634783. OLE color: 12634783.

HSL color Cylindrical-coordinate representation of color #9FCAC0: hue angle of 166.05º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCAC0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB159202192-
CMYK0.2100.050.21
HSL166.05º28.86%70.78%-
HSV(B)166.05º21.29%79.22%-
XYZ44.9353.4257.81-
YUV188130.25107.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.75%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=28.75%
G=36.53%
B=34.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021920.2100.050.21166.0528.8670.78
Hex9FCAC0150515a61d47
Octal23731230025052524635107
Binary1001111111001010110000001010101011010110100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,202,192); }

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

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

 a { background-color: rgb(159,202,192); }

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

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

 span { border-color: rgb(159,202,192); }

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