#94C59A

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

Shades of Dark Sea Green #94C59A

Tints of Dark Sea Green #94C59A

Color information

#94C59A (or 0x94C59A) is unknown color: approx Dark Sea Green. HEX triplet: 94, C5 and 9A. RGB value is (148,197,154). Sum of RGB (Red+Green+Blue) = 148+197+154=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #94C59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C59A is #6B3A65. Grayscale: #B1B1B1. Windows color (decimal): -7027302 or 10143124. OLE color: 10143124.

HSL color Cylindrical-coordinate representation of color #94C59A: hue angle of 127.35º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C59A is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB148197154-
CMYK0.2500.220.23
HSL127.35º29.7%67.65%-
HSV(B)127.35º24.87%77.25%-
XYZ38.0148.5637.94-
YUV177.45114.77107-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 197 (77.34% from 255) = 39.48%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=29.66%
G=39.48%
B=30.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481971540.2500.220.23127.3529.767.65
Hex94C59A19016177f1e44
Octal224305232310262717736104
Binary10010100110001011001101011001010110101111111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94C59A; }

 p { color: rgb(148,197,154); }

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

<style>
 a { background-color: #94C59A; }

 a { background-color: rgb(148,197,154); }

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

<style>
 span { border-color: #94C59A; }

 span { border-color: rgb(148,197,154); }

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