#93BD87

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

Shades of Dark Sea Green #93BD87

Tints of Dark Sea Green #93BD87

Color information

#93BD87 (or 0x93BD87) is unknown color: approx Dark Sea Green. HEX triplet: 93, BD and 87. RGB value is (147,189,135). Sum of RGB (Red+Green+Blue) = 147+189+135=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BD87 is #6C4278. Grayscale: #AAAAAA. Windows color (decimal): -7094905 or 8895891. OLE color: 8895891.

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

Color convert

RGB147189135-
CMYK0.2200.290.26
HSL106.67º29.03%63.53%-
HSV(B)106.67º28.57%74.12%-
XYZ34.644.3529.66-
YUV170.29108.09111.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=31.21%
G=40.13%
B=28.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471891350.2200.290.26106.6729.0363.53
Hex93BD871601D1A6b1d40
Octal223275207260353215335100
Binary10010011101111011000011110110011101110101101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BD87; }

 p { color: rgb(147,189,135); }

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

<style>
 a { background-color: #93BD87; }

 a { background-color: rgb(147,189,135); }

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

<style>
 span { border-color: #93BD87; }

 span { border-color: rgb(147,189,135); }

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