Html Css Color HEX #8AB586 Dark Sea Green

📋 copy color: '#8AB586'

red 138 ◦ green 181 ◦ blue 134

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

Shades of Dark Sea Green #8AB586

Tints of Dark Sea Green #8AB586

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.96%

 BLUE value IS 134 (52.73% from 255) = 29.58%

R = 30.46%
G = 39.96%
B = 29.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#8AB586 (or 0x8AB586) is known color: Dark Sea Green. HEX triplet: 8A, B5 and 86. RGB value is (138,181,134). Sum of RGB (Red+Green+Blue) = 138+181+134=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB586 is #754A79. Grayscale: #A2A2A2. Windows color (decimal): -7686778 or 8828298. OLE color: 8828298.

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

Color convert

RGB 138 181 134 -
CMYK 0.24 0 0.26 0.29
HSL 114.89º 0.24% 0.62% -
HSV(B) 114.89º 0.26% 0.71% -
XYZ 31.31 40.17 28.66 -
YUV 162.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 138 181 134 0.24 0 0.26 0.29 114.89 0.24 0.62
Hex 8A B5 86 18 0 1A 1D 73 18 3E
Octal 212 265 206 30 0 32 35 163 30 76
Binary 10001010 10110101 10000110 11000 0 11010 11101 1110011 11000 111110

Color Harmonies of #8AB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB586

Black with #8AB586

Text Example


Text Example

White with #8AB586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,181,134); }

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

background-color css

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

 a { background-color: rgb(138,181,134); }

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

border-color css

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

 span { border-color: rgb(138,181,134); }

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