#94C095

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

Shades of Dark Sea Green #94C095

Tints of Dark Sea Green #94C095

Color information

#94C095 (or 0x94C095) is unknown color: approx Dark Sea Green. HEX triplet: 94, C0 and 95. RGB value is (148,192,149). Sum of RGB (Red+Green+Blue) = 148+192+149=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #94C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C095 is #6B3F6A. Grayscale: #AEAEAE. Windows color (decimal): -7028587 or 9814164. OLE color: 9814164.

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

Color convert

RGB148192149-
CMYK0.2300.220.25
HSL121.36º25.88%66.67%-
HSV(B)121.36º22.92%75.29%-
XYZ36.4946.1735.42-
YUV173.94113.92109.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=30.27%
G=39.26%
B=30.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481921490.2300.220.25121.3625.8866.67
Hex94C0951701619791a43
Octal224300225270263117132103
Binary10010100110000001001010110111010110110011111001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,192,149); }

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

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

 a { background-color: rgb(148,192,149); }

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

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

 span { border-color: rgb(148,192,149); }

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