Html Css Color HEX #8AB494 Summer Green

📋 copy color: '#8AB494'

red 138 ◦ green 180 ◦ blue 148

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

Shades of Summer Green #8AB494

Tints of Summer Green #8AB494

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.63%

 BLUE value IS 148 (58.2% from 255) = 31.76%

R = 29.61%
G = 38.63%
B = 31.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#8AB494 (or 0x8AB494) is known color: Summer Green. HEX triplet: 8A, B4 and 94. RGB value is (138,180,148). Sum of RGB (Red+Green+Blue) = 138+180+148=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB494 is #754B6B. Grayscale: #A3A3A3. Windows color (decimal): -7687020 or 9745546. OLE color: 9745546.

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

Color convert

RGB 138 180 148 -
CMYK 0.23 0 0.18 0.29
HSL 134.29º 0.22% 0.62% -
HSV(B) 134.29º 0.23% 0.71% -
XYZ 32.15 40.18 34.08 -
YUV 163.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 138 180 148 0.23 0 0.18 0.29 134.29 0.22 0.62
Hex 8A B4 94 17 0 12 1D 86 16 3E
Octal 212 264 224 27 0 22 35 206 26 76
Binary 10001010 10110100 10010100 10111 0 10010 11101 10000110 10110 111110

Color Harmonies of #8AB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB494

Black with #8AB494

Text Example


Text Example

White with #8AB494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,180,148); }

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

background-color css

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

 a { background-color: rgb(138,180,148); }

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

border-color css

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

 span { border-color: rgb(138,180,148); }

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