Html Css Color HEX #8AAF9A Summer Green

📋 copy color: '#8AAF9A'

red 138 ◦ green 175 ◦ blue 154

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

Shades of Summer Green #8AAF9A

Tints of Summer Green #8AAF9A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 154 (60.55% from 255) = 32.98%

R = 29.55%
G = 37.47%
B = 32.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#8AAF9A (or 0x8AAF9A) is known color: Summer Green. HEX triplet: 8A, AF and 9A. RGB value is (138,175,154). Sum of RGB (Red+Green+Blue) = 138+175+154=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF9A is #755065. Grayscale: #A1A1A1. Windows color (decimal): -7688294 or 10137482. OLE color: 10137482.

HSL color Cylindrical-coordinate representation of color #8AAF9A: hue angle of 145.95º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAF9A is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 154 -
CMYK 0.21 0 0.12 0.31
HSL 145.95º 0.19% 0.61% -
HSV(B) 145.95º 0.21% 0.69% -
XYZ 31.64 38.4 36.32 -
YUV 161.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 138 175 154 0.21 0 0.12 0.31 145.95 0.19 0.61
Hex 8A AF 9A 15 0 C 1F 92 13 3D
Octal 212 257 232 25 0 14 37 222 23 75
Binary 10001010 10101111 10011010 10101 0 1100 11111 10010010 10011 111101

Color Harmonies of #8AAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF9A

Black with #8AAF9A

Text Example


Text Example

White with #8AAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,175,154); }

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

background-color css

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

 a { background-color: rgb(138,175,154); }

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

border-color css

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

 span { border-color: rgb(138,175,154); }

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