#93C398

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

Shades of Dark Sea Green #93C398

Tints of Dark Sea Green #93C398

Color information

#93C398 (or 0x93C398) is unknown color: approx Dark Sea Green. HEX triplet: 93, C3 and 98. RGB value is (147,195,152). Sum of RGB (Red+Green+Blue) = 147+195+152=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #93C398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C398 is #6C3C67. Grayscale: #AFAFAF. Windows color (decimal): -7093352 or 10011539. OLE color: 10011539.

HSL color Cylindrical-coordinate representation of color #93C398: hue angle of 126.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C398 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB147195152-
CMYK0.2500.220.24
HSL126.25º28.57%67.06%-
HSV(B)126.25º24.62%76.47%-
XYZ37.2247.536.91-
YUV175.75114.6107.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 195 (76.56% from 255) = 39.47%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=29.76%
G=39.47%
B=30.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471951520.2500.220.24126.2528.5767.06
Hex93C39819016187e1d43
Octal223303230310263017635103
Binary10010011110000111001100011001010110110001111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,195,152); }

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

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

 a { background-color: rgb(147,195,152); }

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

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

 span { border-color: rgb(147,195,152); }

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