#97CABE

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

Shades of Shadow Green #97CABE

Tints of Shadow Green #97CABE

Color information

#97CABE (or 0x97CABE) is unknown color: approx Shadow Green. HEX triplet: 97, CA and BE. RGB value is (151,202,190). Sum of RGB (Red+Green+Blue) = 151+202+190=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #97CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CABE is #683541. Grayscale: #B9B9B9. Windows color (decimal): -6829378 or 12503703. OLE color: 12503703.

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

Color convert

RGB151202190-
CMYK0.2500.060.21
HSL165.88º32.48%69.22%-
HSV(B)165.88º25.25%79.22%-
XYZ43.1852.5456.58-
YUV185.38130.6103.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.81%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=27.81%
G=37.20%
B=34.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512021900.2500.060.21165.8832.4869.22
Hex97CABE190615a62045
Octal22731227631062524640105
Binary10010111110010101011111011001011010101101001101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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