#9DCABF

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

Shades of Opal #9DCABF

Tints of Opal #9DCABF

Color information

#9DCABF (or 0x9DCABF) is unknown color: approx Opal. HEX triplet: 9D, CA and BF. RGB value is (157,202,191). Sum of RGB (Red+Green+Blue) = 157+202+191=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCABF is #623540. Grayscale: #BBBBBB. Windows color (decimal): -6436161 or 12569245. OLE color: 12569245.

HSL color Cylindrical-coordinate representation of color #9DCABF: hue angle of 165.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCABF is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB157202191-
CMYK0.2200.050.21
HSL165.33º29.8%70.39%-
HSV(B)165.33º22.28%79.22%-
XYZ44.4353.1757.21-
YUV187.29130.09106.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.55%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 191 (75% from 255) = 34.73%
R=28.55%
G=36.73%
B=34.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021910.2200.050.21165.3329.870.39
Hex9DCABF160515a51e46
Octal23531227726052524536106
Binary1001110111001010101111111011001011010110100101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,202,191); }

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

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

 a { background-color: rgb(157,202,191); }

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

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

 span { border-color: rgb(157,202,191); }

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