Html Css Color HEX #8AAE88 Dark Sea Green

📋 copy color: '#8AAE88'

red 138 ◦ green 174 ◦ blue 136

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

Shades of Dark Sea Green #8AAE88

Tints of Dark Sea Green #8AAE88

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

 BLUE value IS 136 (53.52% from 255) = 30.36%

R = 30.8%
G = 38.84%
B = 30.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#8AAE88 (or 0x8AAE88) is known color: Dark Sea Green. HEX triplet: 8A, AE and 88. RGB value is (138,174,136). Sum of RGB (Red+Green+Blue) = 138+174+136=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAE88 is #755177. Grayscale: #9F9F9F. Windows color (decimal): -7688568 or 8957578. OLE color: 8957578.

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

Color convert

RGB 138 174 136 -
CMYK 0.21 0 0.22 0.32
HSL 116.84º 0.19% 0.61% -
HSV(B) 116.84º 0.22% 0.68% -
XYZ 30.06 37.45 28.94 -
YUV 158.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 138 174 136 0.21 0 0.22 0.32 116.84 0.19 0.61
Hex 8A AE 88 15 0 16 20 75 13 3D
Octal 212 256 210 25 0 26 40 165 23 75
Binary 10001010 10101110 10001000 10101 0 10110 100000 1110101 10011 111101

Color Harmonies of #8AAE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE88

Black with #8AAE88

Text Example


Text Example

White with #8AAE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,136); }

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

background-color css

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

 a { background-color: rgb(138,174,136); }

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

border-color css

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

 span { border-color: rgb(138,174,136); }

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