Html Css Color HEX #8ABA8B Dark Sea Green

📋 copy color: '#8ABA8B'

red 138 ◦ green 186 ◦ blue 139

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

Shades of Dark Sea Green #8ABA8B

Tints of Dark Sea Green #8ABA8B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.17%

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

R = 29.81%
G = 40.17%
B = 30.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#8ABA8B (or 0x8ABA8B) is known color: Dark Sea Green. HEX triplet: 8A, BA and 8B. RGB value is (138,186,139). Sum of RGB (Red+Green+Blue) = 138+186+139=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABA8B is #754574. Grayscale: #A6A6A6. Windows color (decimal): -7685493 or 9157258. OLE color: 9157258.

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

Color convert

RGB 138 186 139 -
CMYK 0.26 0 0.25 0.27
HSL 121.25º 0.26% 0.64% -
HSV(B) 121.25º 0.26% 0.73% -
XYZ 32.7 42.39 30.88 -
YUV 166.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 138 186 139 0.26 0 0.25 0.27 121.25 0.26 0.64
Hex 8A BA 8B 1A 0 19 1B 79 1A 40
Octal 212 272 213 32 0 31 33 171 32 100
Binary 10001010 10111010 10001011 11010 0 11001 11011 1111001 11010 1000000

Color Harmonies of #8ABA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA8B

Black with #8ABA8B

Text Example


Text Example

White with #8ABA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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