#9FCDBD

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

Shades of Opal #9FCDBD

Tints of Opal #9FCDBD

Color information

#9FCDBD (or 0x9FCDBD) is unknown color: approx Opal. HEX triplet: 9F, CD and BD. RGB value is (159,205,189). Sum of RGB (Red+Green+Blue) = 159+205+189=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDBD is #603242. Grayscale: #BDBDBD. Windows color (decimal): -6304323 or 12438943. OLE color: 12438943.

HSL color Cylindrical-coordinate representation of color #9FCDBD: hue angle of 159.13º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCDBD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB159205189-
CMYK0.2200.080.20
HSL159.13º31.51%71.37%-
HSV(B)159.13º22.44%80.39%-
XYZ45.3154.7156.32-
YUV189.42127.76106.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.75%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=28.75%
G=37.07%
B=34.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051890.2200.080.20159.1331.5171.37
Hex9FCDBD1608149f2047
Octal237315275260102423740107
Binary100111111100110110111101101100100010100100111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,189); }

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

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

 a { background-color: rgb(159,205,189); }

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

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

 span { border-color: rgb(159,205,189); }

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