#94CC93

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

Shades of Dark Sea Green #94CC93

Tints of Dark Sea Green #94CC93

Color information

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

HSL color Cylindrical-coordinate representation of color #94CC93: hue angle of 118.95º 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 #94CC93 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB148204147-
CMYK0.2700.280.2
HSL118.95º35.85%68.82%-
HSV(B)118.95º27.94%80%-
XYZ39.0751.5935.5-
YUV180.76108.95104.63-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041470.2700.280.2118.9535.8568.82
Hex94CC931B01C14772445
Octal224314223330342416744105
Binary100101001100110010010011110110111001010011101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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