#9FD2C4

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

Shades of Opal #9FD2C4

Tints of Opal #9FD2C4

Color information

#9FD2C4 (or 0x9FD2C4) is unknown color: approx Opal. HEX triplet: 9F, D2 and C4. RGB value is (159,210,196). Sum of RGB (Red+Green+Blue) = 159+210+196=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD2C4 is #602D3B. Grayscale: #C1C1C1. Windows color (decimal): -6303036 or 12898975. OLE color: 12898975.

HSL color Cylindrical-coordinate representation of color #9FD2C4: hue angle of 163.53º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD2C4 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB159210196-
CMYK0.2400.070.18
HSL163.53º36.17%72.35%-
HSV(B)163.53º24.29%82.35%-
XYZ47.3157.4560.82-
YUV193.15129.6103.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 196 (76.95% from 255) = 34.69%
R=28.14%
G=37.17%
B=34.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592101960.2400.070.18163.5336.1772.35
Hex9FD2C4180712a42448
Octal23732230430072224444110
Binary10011111110100101100010011000011110010101001001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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