#9CD2BF

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

Shades of Opal #9CD2BF

Tints of Opal #9CD2BF

Color information

#9CD2BF (or 0x9CD2BF) is unknown color: approx Opal. HEX triplet: 9C, D2 and BF. RGB value is (156,210,191). Sum of RGB (Red+Green+Blue) = 156+210+191=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD2BF is #632D40. Grayscale: #BFBFBF. Windows color (decimal): -6499649 or 12571292. OLE color: 12571292.

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

Color convert

RGB156210191-
CMYK0.2600.090.18
HSL158.89º37.5%71.76%-
HSV(B)158.89º25.71%82.35%-
XYZ46.1656.9257.84-
YUV191.69127.61102.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.01%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 191 (75% from 255) = 34.29%
R=28.01%
G=37.70%
B=34.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562101910.2600.090.18158.8937.571.76
Hex9CD2BF1A09129f2648
Octal234322277320112223746110
Binary100111001101001010111111110100100110010100111111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,210,191); }

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

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

 a { background-color: rgb(156,210,191); }

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

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

 span { border-color: rgb(156,210,191); }

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