#97C0BF

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

Shades of Shadow Green #97C0BF

Tints of Shadow Green #97C0BF

Color information

#97C0BF (or 0x97C0BF) is unknown color: approx Shadow Green. HEX triplet: 97, C0 and BF. RGB value is (151,192,191). Sum of RGB (Red+Green+Blue) = 151+192+191=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0BF is #683F40. Grayscale: #B3B3B3. Windows color (decimal): -6831937 or 12566679. OLE color: 12566679.

HSL color Cylindrical-coordinate representation of color #97C0BF: hue angle of 178.54º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97C0BF is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB151192191-
CMYK0.2100.010.25
HSL178.54º24.55%67.25%-
HSV(B)178.54º21.35%75.29%-
XYZ41.0248.0456.4-
YUV179.63134.42107.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.28%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 191 (75% from 255) = 35.77%
R=28.28%
G=35.96%
B=35.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511921910.2100.010.25178.5424.5567.25
Hex97C0BF150119b31943
Octal22730027725013126331103
Binary10010111110000001011111110101011100110110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,192,191); }

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

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

 a { background-color: rgb(151,192,191); }

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

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

 span { border-color: rgb(151,192,191); }

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