#9CCBC0

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

Shades of Opal #9CCBC0

Tints of Opal #9CCBC0

Color information

#9CCBC0 (or 0x9CCBC0) is unknown color: approx Opal. HEX triplet: 9C, CB and C0. RGB value is (156,203,192). Sum of RGB (Red+Green+Blue) = 156+203+192=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBC0 is #63343F. Grayscale: #BBBBBB. Windows color (decimal): -6501440 or 12635036. OLE color: 12635036.

HSL color Cylindrical-coordinate representation of color #9CCBC0: hue angle of 165.96º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCBC0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB156203192-
CMYK0.2300.050.20
HSL165.96º31.13%70.39%-
HSV(B)165.96º23.15%79.61%-
XYZ44.5853.5957.86-
YUV187.69130.43105.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.31%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=28.31%
G=36.84%
B=34.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031920.2300.050.20165.9631.1370.39
Hex9CCBC0170514a61f46
Octal23431330027052424637106
Binary1001110011001011110000001011101011010010100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,192); }

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

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

 a { background-color: rgb(156,203,192); }

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

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

 span { border-color: rgb(156,203,192); }

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