Html Css Color HEX #8DBF8F Dark Sea Green

📋 copy color: '#8DBF8F'

red 141 ◦ green 191 ◦ blue 143

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

Shades of Dark Sea Green #8DBF8F

Tints of Dark Sea Green #8DBF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 40.21%

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 29.68%
G = 40.21%
B = 30.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#8DBF8F (or 0x8DBF8F) is known color: Dark Sea Green. HEX triplet: 8D, BF and 8F. RGB value is (141,191,143). Sum of RGB (Red+Green+Blue) = 141+191+143=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBF8F is #724070. Grayscale: #AAAAAA. Windows color (decimal): -7487601 or 9420685. OLE color: 9420685.

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

Color convert

RGB 141 191 143 -
CMYK 0.26 0 0.25 0.25
HSL 122.4º 0.28% 0.65% -
HSV(B) 122.4º 0.26% 0.75% -
XYZ 34.57 44.91 32.83 -
YUV 170.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 141 191 143 0.26 0 0.25 0.25 122.4 0.28 0.65
Hex 8D BF 8F 1A 0 19 19 7A 1C 41
Octal 215 277 217 32 0 31 31 172 34 101
Binary 10001101 10111111 10001111 11010 0 11001 11001 1111010 11100 1000001

Color Harmonies of #8DBF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBF8F

Black with #8DBF8F

Text Example


Text Example

White with #8DBF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,191,143); }

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

background-color css

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

 a { background-color: rgb(141,191,143); }

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

border-color css

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

 span { border-color: rgb(141,191,143); }

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