#94C595

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

Shades of Dark Sea Green #94C595

Tints of Dark Sea Green #94C595

Color information

#94C595 (or 0x94C595) is unknown color: approx Dark Sea Green. HEX triplet: 94, C5 and 95. RGB value is (148,197,149). Sum of RGB (Red+Green+Blue) = 148+197+149=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #94C595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C595 is #6B3A6A. Grayscale: #B1B1B1. Windows color (decimal): -7027307 or 9815444. OLE color: 9815444.

HSL color Cylindrical-coordinate representation of color #94C595: hue angle of 121.22º 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 #94C595 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB148197149-
CMYK0.2500.240.23
HSL121.22º29.7%67.65%-
HSV(B)121.22º24.87%77.25%-
XYZ37.648.435.79-
YUV176.88112.27107.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=29.96%
G=39.88%
B=30.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481971490.2500.240.23121.2229.767.65
Hex94C5951901817791e44
Octal224305225310302717136104
Binary10010100110001011001010111001011000101111111001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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