Html Css Color HEX #8BB08D Dark Sea Green

📋 copy color: '#8BB08D'

red 139 ◦ green 176 ◦ blue 141

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

Shades of Dark Sea Green #8BB08D

Tints of Dark Sea Green #8BB08D

RGB

 RED value IS 139 (54.69% from 255) = 30.48%

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

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 30.48%
G = 38.6%
B = 30.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#8BB08D (or 0x8BB08D) is known color: Dark Sea Green. HEX triplet: 8B, B0 and 8D. RGB value is (139,176,141). Sum of RGB (Red+Green+Blue) = 139+176+141=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB08D is #744F72. Grayscale: #A1A1A1. Windows color (decimal): -7622515 or 9285771. OLE color: 9285771.

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

Color convert

RGB 139 176 141 -
CMYK 0.21 0 0.20 0.31
HSL 123.24º 0.19% 0.62% -
HSV(B) 123.24º 0.21% 0.69% -
XYZ 30.98 38.46 30.99 -
YUV 160.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 139 176 141 0.21 0 0.20 0.31 123.24 0.19 0.62
Hex 8B B0 8D 15 0 14 1F 7B 13 3E
Octal 213 260 215 25 0 24 37 173 23 76
Binary 10001011 10110000 10001101 10101 0 10100 11111 1111011 10011 111110

Color Harmonies of #8BB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB08D

Black with #8BB08D

Text Example


Text Example

White with #8BB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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