Html Css Color HEX #8DBC91 Dark Sea Green

📋 copy color: '#8DBC91'

red 141 ◦ green 188 ◦ blue 145

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

Shades of Dark Sea Green #8DBC91

Tints of Dark Sea Green #8DBC91

RGB

 RED value IS 141 (55.47% from 255) = 29.75%

 GREEN value IS 188 (73.83% from 255) = 39.66%

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 29.75%
G = 39.66%
B = 30.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#8DBC91 (or 0x8DBC91) is known color: Dark Sea Green. HEX triplet: 8D, BC and 91. RGB value is (141,188,145). Sum of RGB (Red+Green+Blue) = 141+188+145=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBC91 is #72436E. Grayscale: #A9A9A9. Windows color (decimal): -7488367 or 9550989. OLE color: 9550989.

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

Color convert

RGB 141 188 145 -
CMYK 0.25 0 0.23 0.26
HSL 125.11º 0.26% 0.65% -
HSV(B) 125.11º 0.25% 0.74% -
XYZ 34.08 43.67 33.42 -
YUV 169.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 141 188 145 0.25 0 0.23 0.26 125.11 0.26 0.65
Hex 8D BC 91 19 0 17 1A 7D 1A 41
Octal 215 274 221 31 0 27 32 175 32 101
Binary 10001101 10111100 10010001 11001 0 10111 11010 1111101 11010 1000001

Color Harmonies of #8DBC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBC91

Black with #8DBC91

Text Example


Text Example

White with #8DBC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,188,145); }

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

background-color css

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

 a { background-color: rgb(141,188,145); }

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

border-color css

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

 span { border-color: rgb(141,188,145); }

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