#97BFB8

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

Shades of Shadow Green #97BFB8

Tints of Shadow Green #97BFB8

Color information

#97BFB8 (or 0x97BFB8) is unknown color: approx Shadow Green. HEX triplet: 97, BF and B8. RGB value is (151,191,184). Sum of RGB (Red+Green+Blue) = 151+191+184=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #97BFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BFB8 is #684047. Grayscale: #B2B2B2. Windows color (decimal): -6832200 or 12107671. OLE color: 12107671.

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

Color convert

RGB151191184-
CMYK0.2100.040.25
HSL169.5º23.81%67.06%-
HSV(B)169.5º20.94%74.9%-
XYZ40.0547.352.37-
YUV178.24131.25108.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.71%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 184 (72.27% from 255) = 34.98%
R=28.71%
G=36.31%
B=34.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911840.2100.040.25169.523.8167.06
Hex97BFB8150419aa1843
Octal22727727025043125230103
Binary1001011110111111101110001010101001100110101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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