#8ABDA4

Color #8ABDA4 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #8ABDA4

Tints of Summer Green #8ABDA4

Color information

#8ABDA4 (or 0x8ABDA4) is unknown color: approx Summer Green. HEX triplet: 8A, BD and A4. RGB value is (138,189,164). Sum of RGB (Red+Green+Blue) = 138+189+164=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDA4 is #75425B. Grayscale: #AAAAAA. Windows color (decimal): -7684700 or 10796426. OLE color: 10796426.

HSL color Cylindrical-coordinate representation of color #8ABDA4: hue angle of 150.59º 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 #8ABDA4 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB138189164-
CMYK0.2700.130.26
HSL150.59º27.87%64.12%-
HSV(B)150.59º26.98%74.12%-
XYZ35.3844.4841.84-
YUV170.9124.1104.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=28.11%
G=38.49%
B=33.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381891640.2700.130.26150.5927.8764.12
Hex8ABDA41B0D1A971c40
Octal212275244330153222734100
Binary10001010101111011010010011011011011101010010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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