#9FCAC2

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

Shades of Opal #9FCAC2

Tints of Opal #9FCAC2

Color information

#9FCAC2 (or 0x9FCAC2) is unknown color: approx Opal. HEX triplet: 9F, CA and C2. RGB value is (159,202,194). Sum of RGB (Red+Green+Blue) = 159+202+194=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAC2 is #60353D. Grayscale: #BCBCBC. Windows color (decimal): -6305086 or 12765855. OLE color: 12765855.

HSL color Cylindrical-coordinate representation of color #9FCAC2: hue angle of 168.84º 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 #9FCAC2 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB159202194-
CMYK0.2100.040.21
HSL168.84º28.86%70.78%-
HSV(B)168.84º21.29%79.22%-
XYZ45.1653.5158.99-
YUV188.23131.25107.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.65%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=28.65%
G=36.40%
B=34.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021940.2100.040.21168.8428.8670.78
Hex9FCAC2150415a91d47
Octal23731230225042525135107
Binary1001111111001010110000101010101001010110101001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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