Html Css Color HEX #8AC086 Dark Sea Green

📋 copy color: '#8AC086'

red 138 ◦ green 192 ◦ blue 134

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

Shades of Dark Sea Green #8AC086

Tints of Dark Sea Green #8AC086

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

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

R = 29.74%
G = 41.38%
B = 28.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#8AC086 (or 0x8AC086) is known color: Dark Sea Green. HEX triplet: 8A, C0 and 86. RGB value is (138,192,134). Sum of RGB (Red+Green+Blue) = 138+192+134=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC086 is #753F79. Grayscale: #A9A9A9. Windows color (decimal): -7683962 or 8831114. OLE color: 8831114.

HSL color Cylindrical-coordinate representation of color #8AC086: hue angle of 115.86º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC086 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 134 -
CMYK 0.28 0 0.30 0.25
HSL 115.86º 0.32% 0.64% -
HSV(B) 115.86º 0.3% 0.75% -
XYZ 33.63 44.82 29.43 -
YUV 169.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 138 192 134 0.28 0 0.30 0.25 115.86 0.32 0.64
Hex 8A C0 86 1C 0 1E 19 74 20 40
Octal 212 300 206 34 0 36 31 164 40 100
Binary 10001010 11000000 10000110 11100 0 11110 11001 1110100 100000 1000000

Color Harmonies of #8AC086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC086

Black with #8AC086

Text Example


Text Example

White with #8AC086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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