#97CCBB

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

Shades of Shadow Green #97CCBB

Tints of Shadow Green #97CCBB

Color information

#97CCBB (or 0x97CCBB) is unknown color: approx Shadow Green. HEX triplet: 97, CC and BB. RGB value is (151,204,187). Sum of RGB (Red+Green+Blue) = 151+204+187=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #97CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CCBB is #683344. Grayscale: #BABABA. Windows color (decimal): -6828869 or 12307607. OLE color: 12307607.

HSL color Cylindrical-coordinate representation of color #97CCBB: hue angle of 160.75º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CCBB is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB151204187-
CMYK0.2600.080.2
HSL160.75º34.19%69.61%-
HSV(B)160.75º25.98%80%-
XYZ43.3353.3555.03-
YUV186.22128.44102.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.86%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=27.86%
G=37.64%
B=34.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041870.2600.080.2160.7534.1969.61
Hex97CCBB1A0814a12246
Octal227314273320102424142106
Binary100101111100110010111011110100100010100101000011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97CCBB; }

 p { color: rgb(151,204,187); }

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

<style>
 a { background-color: #97CCBB; }

 a { background-color: rgb(151,204,187); }

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

<style>
 span { border-color: #97CCBB; }

 span { border-color: rgb(151,204,187); }

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