#8DBF8E

Color #8DBF8E Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #8DBF8E

Tints of Dark Sea Green #8DBF8E

Color information

#8DBF8E (or 0x8DBF8E) is unknown color: approx Dark Sea Green. HEX triplet: 8D, BF and 8E. RGB value is (141,191,142). Sum of RGB (Red+Green+Blue) = 141+191+142=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBF8E is #724071. Grayscale: #AAAAAA. Windows color (decimal): -7487602 or 9355149. OLE color: 9355149.

HSL color Cylindrical-coordinate representation of color #8DBF8E: hue angle of 121.2º 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 #8DBF8E is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB141191142-
CMYK0.2600.260.25
HSL121.2º28.09%65.1%-
HSV(B)121.2º26.18%74.9%-
XYZ34.544.8832.44-
YUV170.46111.94106.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=29.75%
G=40.30%
B=29.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411911420.2600.260.25121.228.0965.1
Hex8DBF8E1A01A19791c41
Octal215277216320323117134101
Binary10001101101111111000111011010011010110011111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DBF8E;
 }
 .AnyTagClassName
 {
   color: #8DBF8E;
 }
</style>
background-color css

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

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

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

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

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

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