#9DCEC0

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

Shades of Opal #9DCEC0

Tints of Opal #9DCEC0

Color information

#9DCEC0 (or 0x9DCEC0) is unknown color: approx Opal. HEX triplet: 9D, CE and C0. RGB value is (157,206,192). Sum of RGB (Red+Green+Blue) = 157+206+192=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEC0 is #62313F. Grayscale: #BDBDBD. Windows color (decimal): -6435136 or 12635805. OLE color: 12635805.

HSL color Cylindrical-coordinate representation of color #9DCEC0: hue angle of 162.86º 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 #9DCEC0 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB157206192-
CMYK0.2400.070.19
HSL162.86º33.33%71.18%-
HSV(B)162.86º23.79%80.78%-
XYZ45.4955.1258.11-
YUV189.75129.27104.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.29%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=28.29%
G=37.12%
B=34.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061920.2400.070.19162.8633.3371.18
Hex9DCEC0180713a32147
Octal23531630030072324341107
Binary10011101110011101100000011000011110011101000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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