#9CCFBC

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

Shades of Shadow Green #9CCFBC

Tints of Shadow Green #9CCFBC

Color information

#9CCFBC (or 0x9CCFBC) is unknown color: approx Shadow Green. HEX triplet: 9C, CF and BC. RGB value is (156,207,188). Sum of RGB (Red+Green+Blue) = 156+207+188=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFBC is #633043. Grayscale: #BDBDBD. Windows color (decimal): -6500420 or 12373916. OLE color: 12373916.

HSL color Cylindrical-coordinate representation of color #9CCFBC: hue angle of 157.65º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CCFBC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB156207188-
CMYK0.2500.090.19
HSL157.65º34.69%71.18%-
HSV(B)157.65º24.64%81.18%-
XYZ45.155.3255.88-
YUV189.58127.1104.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.31%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=28.31%
G=37.57%
B=34.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562071880.2500.090.19157.6534.6971.18
Hex9CCFBC1909139e2347
Octal234317274310112323643107
Binary100111001100111110111100110010100110011100111101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,207,188); }

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

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

 a { background-color: rgb(156,207,188); }

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

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

 span { border-color: rgb(156,207,188); }

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