#9CCCBF

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

Shades of Shadow Green #9CCCBF

Tints of Shadow Green #9CCCBF

Color information

#9CCCBF (or 0x9CCCBF) is unknown color: approx Shadow Green. HEX triplet: 9C, CC and BF. RGB value is (156,204,191). Sum of RGB (Red+Green+Blue) = 156+204+191=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCBF is #633340. Grayscale: #BCBCBC. Windows color (decimal): -6501185 or 12569756. OLE color: 12569756.

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

Color convert

RGB156204191-
CMYK0.2400.060.2
HSL163.75º32%70.59%-
HSV(B)163.75º23.53%80%-
XYZ44.7154.0257.36-
YUV188.17129.6105.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.31%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 191 (75% from 255) = 34.66%
R=28.31%
G=37.02%
B=34.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1562041910.2400.060.2163.753270.59
Hex9CCCBF180614a42047
Octal23431427730062424440107
Binary10011100110011001011111111000011010100101001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,191); }

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

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

 a { background-color: rgb(156,204,191); }

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

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

 span { border-color: rgb(156,204,191); }

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