#9DCEBE

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

Shades of Opal #9DCEBE

Tints of Opal #9DCEBE

Color information

#9DCEBE (or 0x9DCEBE) is unknown color: approx Opal. HEX triplet: 9D, CE and BE. RGB value is (157,206,190). Sum of RGB (Red+Green+Blue) = 157+206+190=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEBE is #623141. Grayscale: #BDBDBD. Windows color (decimal): -6435138 or 12504733. OLE color: 12504733.

HSL color Cylindrical-coordinate representation of color #9DCEBE: hue angle of 160.41º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEBE is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB157206190-
CMYK0.2400.080.19
HSL160.41º33.33%71.18%-
HSV(B)160.41º23.79%80.78%-
XYZ45.2755.0356.95-
YUV189.52128.27104.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.39%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=28.39%
G=37.25%
B=34.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061900.2400.080.19160.4133.3371.18
Hex9DCEBE180813a02147
Octal235316276300102324041107
Binary100111011100111010111110110000100010011101000001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,190); }

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

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

 a { background-color: rgb(157,206,190); }

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

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

 span { border-color: rgb(157,206,190); }

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