Html Css Color HEX #8AB08B Dark Sea Green

📋 copy color: '#8AB08B'

red 138 ◦ green 176 ◦ blue 139

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

Shades of Dark Sea Green #8AB08B

Tints of Dark Sea Green #8AB08B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.85%

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 30.46%
G = 38.85%
B = 30.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#8AB08B (or 0x8AB08B) is known color: Dark Sea Green. HEX triplet: 8A, B0 and 8B. RGB value is (138,176,139). Sum of RGB (Red+Green+Blue) = 138+176+139=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB08B is #754F74. Grayscale: #A0A0A0. Windows color (decimal): -7688053 or 9154698. OLE color: 9154698.

HSL color Cylindrical-coordinate representation of color #8AB08B: hue angle of 121.58º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB08B is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 176 139 -
CMYK 0.22 0 0.21 0.31
HSL 121.58º 0.19% 0.62% -
HSV(B) 121.58º 0.22% 0.69% -
XYZ 30.67 38.32 30.21 -
YUV 160.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 138 176 139 0.22 0 0.21 0.31 121.58 0.19 0.62
Hex 8A B0 8B 16 0 15 1F 7A 13 3E
Octal 212 260 213 26 0 25 37 172 23 76
Binary 10001010 10110000 10001011 10110 0 10101 11111 1111010 10011 111110

Color Harmonies of #8AB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB08B

Black with #8AB08B

Text Example


Text Example

White with #8AB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,139); }

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

background-color css

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

 a { background-color: rgb(138,176,139); }

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

border-color css

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

 span { border-color: rgb(138,176,139); }

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