#94C79B

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

Shades of Dark Sea Green #94C79B

Tints of Dark Sea Green #94C79B

Color information

#94C79B (or 0x94C79B) is unknown color: approx Dark Sea Green. HEX triplet: 94, C7 and 9B. RGB value is (148,199,155). Sum of RGB (Red+Green+Blue) = 148+199+155=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #94C79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C79B is #6B3864. Grayscale: #B2B2B2. Windows color (decimal): -7026789 or 10209172. OLE color: 10209172.

HSL color Cylindrical-coordinate representation of color #94C79B: hue angle of 128.24º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C79B is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB148199155-
CMYK0.2600.220.22
HSL128.24º31.29%68.04%-
HSV(B)128.24º25.63%78.04%-
XYZ38.5549.5138.53-
YUV178.74114.6106.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=29.48%
G=39.64%
B=30.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481991550.2600.220.22128.2431.2968.04
Hex94C79B1A01616801f44
Octal224307233320262620037104
Binary100101001100011110011011110100101101011010000000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,199,155); }

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

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

 a { background-color: rgb(148,199,155); }

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

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

 span { border-color: rgb(148,199,155); }

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