Html Css Color HEX #8AC08E Dark Sea Green

📋 copy color: '#8AC08E'

red 138 ◦ green 192 ◦ blue 142

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

Shades of Dark Sea Green #8AC08E

Tints of Dark Sea Green #8AC08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 29.24%
G = 40.68%
B = 30.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#8AC08E (or 0x8AC08E) is known color: Dark Sea Green. HEX triplet: 8A, C0 and 8E. RGB value is (138,192,142). Sum of RGB (Red+Green+Blue) = 138+192+142=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC08E is #753F71. Grayscale: #AAAAAA. Windows color (decimal): -7683954 or 9355402. OLE color: 9355402.

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

Color convert

RGB 138 192 142 -
CMYK 0.28 0 0.26 0.25
HSL 124.44º 0.3% 0.65% -
HSV(B) 124.44º 0.28% 0.75% -
XYZ 34.21 45.06 32.48 -
YUV 170.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 138 192 142 0.28 0 0.26 0.25 124.44 0.3 0.65
Hex 8A C0 8E 1C 0 1A 19 7C 1E 41
Octal 212 300 216 34 0 32 31 174 36 101
Binary 10001010 11000000 10001110 11100 0 11010 11001 1111100 11110 1000001

Color Harmonies of #8AC08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC08E

Black with #8AC08E

Text Example


Text Example

White with #8AC08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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