#8DBB93

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

Shades of Dark Sea Green #8DBB93

Tints of Dark Sea Green #8DBB93

Color information

#8DBB93 (or 0x8DBB93) is unknown color: approx Dark Sea Green. HEX triplet: 8D, BB and 93. RGB value is (141,187,147). Sum of RGB (Red+Green+Blue) = 141+187+147=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBB93 is #72446C. Grayscale: #A8A8A8. Windows color (decimal): -7488621 or 9681805. OLE color: 9681805.

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

Color convert

RGB141187147-
CMYK0.2500.210.27
HSL127.83º25.27%64.31%-
HSV(B)127.83º24.6%73.33%-
XYZ34.0243.3134.17-
YUV168.69115.76108.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=29.68%
G=39.37%
B=30.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411871470.2500.210.27127.8325.2764.31
Hex8DBB93190151B801940
Octal215273223310253320031100
Binary100011011011101110010011110010101011101110000000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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