#97CABF

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

Shades of Shadow Green #97CABF

Tints of Shadow Green #97CABF

Color information

#97CABF (or 0x97CABF) is unknown color: approx Shadow Green. HEX triplet: 97, CA and BF. RGB value is (151,202,191). Sum of RGB (Red+Green+Blue) = 151+202+191=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #97CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CABF is #683540. Grayscale: #B9B9B9. Windows color (decimal): -6829377 or 12569239. OLE color: 12569239.

HSL color Cylindrical-coordinate representation of color #97CABF: hue angle of 167.06º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97CABF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB151202191-
CMYK0.2500.050.21
HSL167.06º32.48%69.22%-
HSV(B)167.06º25.25%79.22%-
XYZ43.2952.5857.16-
YUV185.5131.1103.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.76%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 191 (75% from 255) = 35.11%
R=27.76%
G=37.13%
B=35.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512021910.2500.050.21167.0632.4869.22
Hex97CABF190515a72045
Octal22731227731052524740105
Binary10010111110010101011111111001010110101101001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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