#9FC8C2

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

Shades of Opal #9FC8C2

Tints of Opal #9FC8C2

Color information

#9FC8C2 (or 0x9FC8C2) is unknown color: approx Opal. HEX triplet: 9F, C8 and C2. RGB value is (159,200,194). Sum of RGB (Red+Green+Blue) = 159+200+194=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC8C2 is #60373D. Grayscale: #BBBBBB. Windows color (decimal): -6305598 or 12765343. OLE color: 12765343.

HSL color Cylindrical-coordinate representation of color #9FC8C2: hue angle of 171.22º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FC8C2 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB159200194-
CMYK0.2000.030.22
HSL171.22º27.15%70.39%-
HSV(B)171.22º20.5%78.43%-
XYZ44.6952.5758.83-
YUV187.06131.92107.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.75%
GREEN value IS 200 (78.52% from 255) = 36.17%
BLUE value IS 194 (76.17% from 255) = 35.08%
R=28.75%
G=36.17%
B=35.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1592001940.2000.030.22171.2227.1570.39
Hex9FC8C2140316ab1b46
Octal23731030224032625333106
Binary100111111100100011000010101000111011010101011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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