#8DBB8E

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

Shades of Dark Sea Green #8DBB8E

Tints of Dark Sea Green #8DBB8E

Color information

#8DBB8E (or 0x8DBB8E) is unknown color: approx Dark Sea Green. HEX triplet: 8D, BB and 8E. RGB value is (141,187,142). Sum of RGB (Red+Green+Blue) = 141+187+142=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBB8E is #724471. Grayscale: #A8A8A8. Windows color (decimal): -7488626 or 9354125. OLE color: 9354125.

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

Color convert

RGB141187142-
CMYK0.2500.240.27
HSL121.3º25.27%64.31%-
HSV(B)121.3º24.6%73.33%-
XYZ33.6443.1632.15-
YUV168.12113.26108.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=30%
G=39.79%
B=30.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411871420.2500.240.27121.325.2764.31
Hex8DBB8E190181B791940
Octal215273216310303317131100
Binary10001101101110111000111011001011000110111111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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