Html Css Color HEX #8AB785 Dark Sea Green

📋 copy color: '#8AB785'

red 138 ◦ green 183 ◦ blue 133

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

Shades of Dark Sea Green #8AB785

Tints of Dark Sea Green #8AB785

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 30.4%
G = 40.31%
B = 29.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#8AB785 (or 0x8AB785) is known color: Dark Sea Green. HEX triplet: 8A, B7 and 85. RGB value is (138,183,133). Sum of RGB (Red+Green+Blue) = 138+183+133=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB785 is #75487A. Grayscale: #A4A4A4. Windows color (decimal): -7686267 or 8763274. OLE color: 8763274.

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

Color convert

RGB 138 183 133 -
CMYK 0.25 0 0.27 0.28
HSL 114º 0.26% 0.62% -
HSV(B) 114º 0.27% 0.72% -
XYZ 31.65 40.96 28.43 -
YUV 163.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 138 183 133 0.25 0 0.27 0.28 114 0.26 0.62
Hex 8A B7 85 19 0 1B 1C 72 1A 3E
Octal 212 267 205 31 0 33 34 162 32 76
Binary 10001010 10110111 10000101 11001 0 11011 11100 1110010 11010 111110

Color Harmonies of #8AB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB785

Black with #8AB785

Text Example


Text Example

White with #8AB785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,183,133); }

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

background-color css

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

 a { background-color: rgb(138,183,133); }

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

border-color css

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

 span { border-color: rgb(138,183,133); }

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