#9FCAC4

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

Shades of Opal #9FCAC4

Tints of Opal #9FCAC4

Color information

#9FCAC4 (or 0x9FCAC4) is unknown color: approx Opal. HEX triplet: 9F, CA and C4. RGB value is (159,202,196). Sum of RGB (Red+Green+Blue) = 159+202+196=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAC4 is #60353B. Grayscale: #BCBCBC. Windows color (decimal): -6305084 or 12896927. OLE color: 12896927.

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

Color convert

RGB159202196-
CMYK0.2100.030.21
HSL171.63º28.86%70.78%-
HSV(B)171.63º21.29%79.22%-
XYZ45.3853.660.18-
YUV188.46132.25106.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.55%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=28.55%
G=36.27%
B=35.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021960.2100.030.21171.6328.8670.78
Hex9FCAC4150315ac1d47
Octal23731230425032525435107
Binary100111111100101011000100101010111010110101100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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