#93CC94

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

Shades of Dark Sea Green #93CC94

Tints of Dark Sea Green #93CC94

Color information

#93CC94 (or 0x93CC94) is unknown color: approx Dark Sea Green. HEX triplet: 93, CC and 94. RGB value is (147,204,148). Sum of RGB (Red+Green+Blue) = 147+204+148=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CC94 is #6C336B. Grayscale: #B4B4B4. Windows color (decimal): -7091052 or 9751699. OLE color: 9751699.

HSL color Cylindrical-coordinate representation of color #93CC94: hue angle of 121.05º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CC94 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB147204148-
CMYK0.2800.270.2
HSL121.05º35.85%68.82%-
HSV(B)121.05º27.94%80%-
XYZ38.9751.5335.91-
YUV180.57109.62104.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=29.46%
G=40.88%
B=29.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041480.2800.270.2121.0535.8568.82
Hex93CC941C01B14792445
Octal223314224340332417144105
Binary100100111100110010010100111000110111010011110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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