#93BB97

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

Shades of Dark Sea Green #93BB97

Tints of Dark Sea Green #93BB97

Color information

#93BB97 (or 0x93BB97) is unknown color: approx Dark Sea Green. HEX triplet: 93, BB and 97. RGB value is (147,187,151). Sum of RGB (Red+Green+Blue) = 147+187+151=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB97 is #6C4468. Grayscale: #ABABAB. Windows color (decimal): -7095401 or 9943955. OLE color: 9943955.

HSL color Cylindrical-coordinate representation of color #93BB97: hue angle of 126º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BB97 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB147187151-
CMYK0.2100.190.27
HSL126º22.73%65.49%-
HSV(B)126º21.39%73.33%-
XYZ35.3943.9835.9-
YUV170.94116.75110.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.31%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=30.31%
G=38.56%
B=31.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471871510.2100.190.2712622.7365.49
Hex93BB97150131B7e1741
Octal223273227250233317627101
Binary10010011101110111001011110101010011110111111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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