#93C994

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

Shades of Dark Sea Green #93C994

Tints of Dark Sea Green #93C994

Color information

#93C994 (or 0x93C994) is unknown color: approx Dark Sea Green. HEX triplet: 93, C9 and 94. RGB value is (147,201,148). Sum of RGB (Red+Green+Blue) = 147+201+148=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #93C994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C994 is #6C366B. Grayscale: #B2B2B2. Windows color (decimal): -7091820 or 9750931. OLE color: 9750931.

HSL color Cylindrical-coordinate representation of color #93C994: hue angle of 121.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C994 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB147201148-
CMYK0.2700.260.21
HSL121.11º33.33%68.24%-
HSV(B)121.11º26.87%78.82%-
XYZ38.2650.1135.67-
YUV178.81110.61105.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.64%
GREEN value IS 201 (78.91% from 255) = 40.52%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=29.64%
G=40.52%
B=29.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472011480.2700.260.21121.1133.3368.24
Hex93C9941B01A15792144
Octal223311224330322517141104
Binary100100111100100110010100110110110101010111110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,201,148); }

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

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

 a { background-color: rgb(147,201,148); }

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

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

 span { border-color: rgb(147,201,148); }

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