Html Css Color HEX #8AB682 Dark Sea Green

📋 copy color: '#8AB682'

red 138 ◦ green 182 ◦ blue 130

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

Shades of Dark Sea Green #8AB682

Tints of Dark Sea Green #8AB682

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.44%

 BLUE value IS 130 (51.17% from 255) = 28.89%

R = 30.67%
G = 40.44%
B = 28.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#8AB682 (or 0x8AB682) is known color: Dark Sea Green. HEX triplet: 8A, B6 and 82. RGB value is (138,182,130). Sum of RGB (Red+Green+Blue) = 138+182+130=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB682 is #75497D. Grayscale: #A3A3A3. Windows color (decimal): -7686526 or 8566410. OLE color: 8566410.

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

Color convert

RGB 138 182 130 -
CMYK 0.24 0 0.29 0.29
HSL 110.77º 0.26% 0.61% -
HSV(B) 110.77º 0.29% 0.71% -
XYZ 31.24 40.47 27.28 -
YUV 162.92 109.42 110.23 -
System Red Green Blue C M Y K H S L
Decimal 138 182 130 0.24 0 0.29 0.29 110.77 0.26 0.61
Hex 8A B6 82 18 0 1D 1D 6F 1A 3D
Octal 212 266 202 30 0 35 35 157 32 75
Binary 10001010 10110110 10000010 11000 0 11101 11101 1101111 11010 111101

Color Harmonies of #8AB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB682

Black with #8AB682

Text Example


Text Example

White with #8AB682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,182,130); }

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

background-color css

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

 a { background-color: rgb(138,182,130); }

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

border-color css

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

 span { border-color: rgb(138,182,130); }

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