Html Css Color HEX #8AB886 Dark Sea Green

📋 copy color: '#8AB886'

red 138 ◦ green 184 ◦ blue 134

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

Shades of Dark Sea Green #8AB886

Tints of Dark Sea Green #8AB886

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 30.26%
G = 40.35%
B = 29.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#8AB886 (or 0x8AB886) is known color: Dark Sea Green. HEX triplet: 8A, B8 and 86. RGB value is (138,184,134). Sum of RGB (Red+Green+Blue) = 138+184+134=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB886 is #754779. Grayscale: #A4A4A4. Windows color (decimal): -7686010 or 8829066. OLE color: 8829066.

HSL color Cylindrical-coordinate representation of color #8AB886: hue angle of 115.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AB886 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 134 -
CMYK 0.25 0 0.27 0.28
HSL 115.2º 0.26% 0.62% -
HSV(B) 115.2º 0.27% 0.72% -
XYZ 31.92 41.41 28.86 -
YUV 164.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 138 184 134 0.25 0 0.27 0.28 115.2 0.26 0.62
Hex 8A B8 86 19 0 1B 1C 73 1A 3E
Octal 212 270 206 31 0 33 34 163 32 76
Binary 10001010 10111000 10000110 11001 0 11011 11100 1110011 11010 111110

Color Harmonies of #8AB886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB886

Black with #8AB886

Text Example


Text Example

White with #8AB886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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