#8DBC88

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

Shades of Dark Sea Green #8DBC88

Tints of Dark Sea Green #8DBC88

Color information

#8DBC88 (or 0x8DBC88) is unknown color: approx Dark Sea Green. HEX triplet: 8D, BC and 88. RGB value is (141,188,136). Sum of RGB (Red+Green+Blue) = 141+188+136=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBC88 is #724377. Grayscale: #A8A8A8. Windows color (decimal): -7488376 or 8961165. OLE color: 8961165.

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

Color convert

RGB141188136-
CMYK0.2500.280.26
HSL114.23º27.96%63.53%-
HSV(B)114.23º27.66%73.73%-
XYZ33.4143.4129.91-
YUV168.02109.93108.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=30.32%
G=40.43%
B=29.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411881360.2500.280.26114.2327.9663.53
Hex8DBC881901C1A721c40
Octal215274210310343216234100
Binary10001101101111001000100011001011100110101110010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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