#97BEAF

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

Shades of Shadow Green #97BEAF

Tints of Shadow Green #97BEAF

Color information

#97BEAF (or 0x97BEAF) is unknown color: approx Shadow Green. HEX triplet: 97, BE and AF. RGB value is (151,190,175). Sum of RGB (Red+Green+Blue) = 151+190+175=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #97BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BEAF is #684150. Grayscale: #B0B0B0. Windows color (decimal): -6832465 or 11517591. OLE color: 11517591.

HSL color Cylindrical-coordinate representation of color #97BEAF: hue angle of 156.92º degrees, saturation: 0.23, 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 #97BEAF is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB151190175-
CMYK0.2100.080.25
HSL156.92º23.08%66.86%-
HSV(B)156.92º20.53%74.51%-
XYZ38.9146.547.48-
YUV176.63127.08109.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=29.26%
G=36.82%
B=33.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511901750.2100.080.25156.9223.0866.86
Hex97BEAF1508199d1743
Octal227276257250103123527103
Binary10010111101111101010111110101010001100110011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,175); }

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

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

 a { background-color: rgb(151,190,175); }

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

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

 span { border-color: rgb(151,190,175); }

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