Html Css Color HEX #97AEA0 Summer Green

📋 copy color: '#97AEA0'

red 151 ◦ green 174 ◦ blue 160

#97AEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Green #97AEA0

Tints of Summer Green #97AEA0

RGB

 RED value IS 151 (59.38% from 255) = 31.13%

 GREEN value IS 174 (68.36% from 255) = 35.88%

 BLUE value IS 160 (62.89% from 255) = 32.99%

R = 31.13%
G = 35.88%
B = 32.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#97AEA0 (or 0x97AEA0) is known color: Summer Green. HEX triplet: 97, AE and A0. RGB value is (151,174,160). Sum of RGB (Red+Green+Blue) = 151+174+160=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #97AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AEA0 is #68515F. Grayscale: #A5A5A5. Windows color (decimal): -6836576 or 10530455. OLE color: 10530455.

HSL color Cylindrical-coordinate representation of color #97AEA0: hue angle of 143.48º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97AEA0 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 174 160 -
CMYK 0.13 0 0.08 0.32
HSL 143.48º 0.12% 0.64% -
HSV(B) 143.48º 0.13% 0.68% -
XYZ 34.24 39.39 39.06 -
YUV 165.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 151 174 160 0.13 0 0.08 0.32 143.48 0.12 0.64
Hex 97 AE A0 D 0 8 20 8F C 40
Octal 227 256 240 15 0 10 40 217 14 100
Binary 10010111 10101110 10100000 1101 0 1000 100000 10001111 1100 1000000

Color Harmonies of #97AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AEA0

Black with #97AEA0

Text Example


Text Example

White with #97AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,174,160); }

 H1.HeaderClassName
 {
   color: #97AEA0;
 }
 .AnyTagClassName
 {
   color: #97AEA0;
 }
</style>

background-color css

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

 a { background-color: rgb(151,174,160); }

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

border-color css

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

 span { border-color: rgb(151,174,160); }

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