Html Css Color HEX #8AAF89 Dark Sea Green

📋 copy color: '#8AAF89'

red 138 ◦ green 175 ◦ blue 137

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

Shades of Dark Sea Green #8AAF89

Tints of Dark Sea Green #8AAF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.44%

R = 30.67%
G = 38.89%
B = 30.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#8AAF89 (or 0x8AAF89) is known color: Dark Sea Green. HEX triplet: 8A, AF and 89. RGB value is (138,175,137). Sum of RGB (Red+Green+Blue) = 138+175+137=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF89 is #755076. Grayscale: #9F9F9F. Windows color (decimal): -7688311 or 9023370. OLE color: 9023370.

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

Color convert

RGB 138 175 137 -
CMYK 0.21 0 0.22 0.31
HSL 118.42º 0.19% 0.61% -
HSV(B) 118.42º 0.22% 0.69% -
XYZ 30.33 37.87 29.38 -
YUV 159.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 138 175 137 0.21 0 0.22 0.31 118.42 0.19 0.61
Hex 8A AF 89 15 0 16 1F 76 13 3D
Octal 212 257 211 25 0 26 37 166 23 75
Binary 10001010 10101111 10001001 10101 0 10110 11111 1110110 10011 111101

Color Harmonies of #8AAF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF89

Black with #8AAF89

Text Example


Text Example

White with #8AAF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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