Html Css Color HEX #8ABDA0 Summer Green

📋 copy color: '#8ABDA0'

red 138 ◦ green 189 ◦ blue 160

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

Shades of Summer Green #8ABDA0

Tints of Summer Green #8ABDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.81%

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

R = 28.34%
G = 38.81%
B = 32.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#8ABDA0 (or 0x8ABDA0) is known color: Summer Green. HEX triplet: 8A, BD and A0. RGB value is (138,189,160). Sum of RGB (Red+Green+Blue) = 138+189+160=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDA0 is #75425F. Grayscale: #AAAAAA. Windows color (decimal): -7684704 or 10534282. OLE color: 10534282.

HSL color Cylindrical-coordinate representation of color #8ABDA0: hue angle of 145.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABDA0 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 189 160 -
CMYK 0.27 0 0.15 0.26
HSL 145.88º 0.28% 0.64% -
HSV(B) 145.88º 0.27% 0.74% -
XYZ 35.02 44.34 39.97 -
YUV 170.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 138 189 160 0.27 0 0.15 0.26 145.88 0.28 0.64
Hex 8A BD A0 1B 0 F 1A 92 1C 40
Octal 212 275 240 33 0 17 32 222 34 100
Binary 10001010 10111101 10100000 11011 0 1111 11010 10010010 11100 1000000

Color Harmonies of #8ABDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDA0

Black with #8ABDA0

Text Example


Text Example

White with #8ABDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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