#97C7BD

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

Shades of Shadow Green #97C7BD

Tints of Shadow Green #97C7BD

Color information

#97C7BD (or 0x97C7BD) is unknown color: approx Shadow Green. HEX triplet: 97, C7 and BD. RGB value is (151,199,189). Sum of RGB (Red+Green+Blue) = 151+199+189=539 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.01% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #97C7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C7BD is #683842. Grayscale: #B7B7B7. Windows color (decimal): -6830147 or 12437399. OLE color: 12437399.

HSL color Cylindrical-coordinate representation of color #97C7BD: hue angle of 167.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97C7BD is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB151199189-
CMYK0.2400.050.22
HSL167.5º30%68.63%-
HSV(B)167.5º24.12%78.04%-
XYZ42.3751.155.77-
YUV183.51131.1104.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.01%
GREEN value IS 199 (78.12% from 255) = 36.92%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=28.01%
G=36.92%
B=35.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511991890.2400.050.22167.53068.63
Hex97C7BD180516a81e45
Octal22730727530052625036105
Binary1001011111000111101111011100001011011010101000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,199,189); }

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

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

 a { background-color: rgb(151,199,189); }

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

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

 span { border-color: rgb(151,199,189); }

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