#9CD0C2

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

Shades of Opal #9CD0C2

Tints of Opal #9CD0C2

Color information

#9CD0C2 (or 0x9CD0C2) is unknown color: approx Opal. HEX triplet: 9C, D0 and C2. RGB value is (156,208,194). Sum of RGB (Red+Green+Blue) = 156+208+194=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD0C2 is #632F3D. Grayscale: #BEBEBE. Windows color (decimal): -6500158 or 12767388. OLE color: 12767388.

HSL color Cylindrical-coordinate representation of color #9CD0C2: hue angle of 163.85º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CD0C2 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB156208194-
CMYK0.2500.070.18
HSL163.85º35.62%71.37%-
HSV(B)163.85º25%81.57%-
XYZ4656.0759.44-
YUV190.86129.77103.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.96%
GREEN value IS 208 (81.64% from 255) = 37.28%
BLUE value IS 194 (76.17% from 255) = 34.77%
R=27.96%
G=37.28%
B=34.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562081940.2500.070.18163.8535.6271.37
Hex9CD0C2190712a42447
Octal23432030231072224444107
Binary10011100110100001100001011001011110010101001001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,208,194); }

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

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

 a { background-color: rgb(156,208,194); }

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

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

 span { border-color: rgb(156,208,194); }

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