#9CCEC2

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

Shades of Opal #9CCEC2

Tints of Opal #9CCEC2

Color information

#9CCEC2 (or 0x9CCEC2) is unknown color: approx Opal. HEX triplet: 9C, CE and C2. RGB value is (156,206,194). Sum of RGB (Red+Green+Blue) = 156+206+194=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCEC2 is #63313D. Grayscale: #BDBDBD. Windows color (decimal): -6500670 or 12766876. OLE color: 12766876.

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

Color convert

RGB156206194-
CMYK0.2400.060.19
HSL165.6º33.78%70.98%-
HSV(B)165.6º24.27%80.78%-
XYZ45.5255.1159.28-
YUV189.68130.44103.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 194 (76.17% from 255) = 34.89%
R=28.06%
G=37.05%
B=34.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562061940.2400.060.19165.633.7870.98
Hex9CCEC2180613a62247
Octal23431630230062324642107
Binary10011100110011101100001011000011010011101001101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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