#97FBAB

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

Shades of Pale Green #97FBAB

Tints of Pale Green #97FBAB

Color information

#97FBAB (or 0x97FBAB) is unknown color: approx Pale Green. HEX triplet: 97, FB and AB. RGB value is (151,251,171). Sum of RGB (Red+Green+Blue) = 151+251+171=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #97FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FBAB is #680454. Grayscale: #D4D4D4. Windows color (decimal): -6816853 or 11271063. OLE color: 11271063.

HSL color Cylindrical-coordinate representation of color #97FBAB: hue angle of 132º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FBAB is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB151251171-
CMYK0.4000.320.02
HSL132º92.59%78.82%-
HSV(B)132º39.84%98.43%-
XYZ54.6178.5150.8-
YUV211.98104.8784.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.35%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=26.35%
G=43.80%
B=29.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512511710.4000.320.0213292.5978.82
Hex97FBAB280202845d4f
Octal227373253500402204135117
Binary1001011111111011101010111010000100000101000010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,251,171); }

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

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

 a { background-color: rgb(151,251,171); }

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

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

 span { border-color: rgb(151,251,171); }

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