#9DCCC0

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

Shades of Opal #9DCCC0

Tints of Opal #9DCCC0

Color information

#9DCCC0 (or 0x9DCCC0) is unknown color: approx Opal. HEX triplet: 9D, CC and C0. RGB value is (157,204,192). Sum of RGB (Red+Green+Blue) = 157+204+192=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCC0 is #62333F. Grayscale: #BCBCBC. Windows color (decimal): -6435648 or 12635293. OLE color: 12635293.

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

Color convert

RGB157204192-
CMYK0.2300.060.2
HSL164.68º31.54%70.78%-
HSV(B)164.68º23.04%80%-
XYZ45.0154.1657.95-
YUV188.58129.93105.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.39%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=28.39%
G=36.89%
B=34.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041920.2300.060.2164.6831.5470.78
Hex9DCCC0170614a52047
Octal23531430027062424540107
Binary10011101110011001100000010111011010100101001011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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