Html Css Color HEX #8AB5A0 Summer Green

📋 copy color: '#8AB5A0'

red 138 ◦ green 181 ◦ blue 160

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

Shades of Summer Green #8AB5A0

Tints of Summer Green #8AB5A0

RGB

 RED value IS 138 (54.3% from 255) = 28.81%

 GREEN value IS 181 (71.09% from 255) = 37.79%

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

R = 28.81%
G = 37.79%
B = 33.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#8AB5A0 (or 0x8AB5A0) is known color: Summer Green. HEX triplet: 8A, B5 and A0. RGB value is (138,181,160). Sum of RGB (Red+Green+Blue) = 138+181+160=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB5A0 is #754A5F. Grayscale: #A5A5A5. Windows color (decimal): -7686752 or 10532234. OLE color: 10532234.

HSL color Cylindrical-coordinate representation of color #8AB5A0: hue angle of 150.7º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB5A0 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 181 160 -
CMYK 0.24 0 0.12 0.29
HSL 150.7º 0.23% 0.63% -
HSV(B) 150.7º 0.24% 0.71% -
XYZ 33.35 40.99 39.41 -
YUV 165.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 138 181 160 0.24 0 0.12 0.29 150.7 0.23 0.63
Hex 8A B5 A0 18 0 C 1D 97 17 3F
Octal 212 265 240 30 0 14 35 227 27 77
Binary 10001010 10110101 10100000 11000 0 1100 11101 10010111 10111 111111

Color Harmonies of #8AB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB5A0

Black with #8AB5A0

Text Example


Text Example

White with #8AB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB5A0; }

 p { color: rgb(138,181,160); }

 H1.HeaderClassName
 {
   color: #8AB5A0;
 }
 .AnyTagClassName
 {
   color: #8AB5A0;
 }
</style>

background-color css

<style>
 a { background-color: #8AB5A0; }

 a { background-color: rgb(138,181,160); }

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

border-color css

<style>
 span { border-color: #8AB5A0; }

 span { border-color: rgb(138,181,160); }

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