#94C69A

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

Shades of Dark Sea Green #94C69A

Tints of Dark Sea Green #94C69A

Color information

#94C69A (or 0x94C69A) is unknown color: approx Dark Sea Green. HEX triplet: 94, C6 and 9A. RGB value is (148,198,154). Sum of RGB (Red+Green+Blue) = 148+198+154=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #94C69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C69A is #6B3965. Grayscale: #B2B2B2. Windows color (decimal): -7027046 or 10143380. OLE color: 10143380.

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

Color convert

RGB148198154-
CMYK0.2500.220.22
HSL127.2º30.49%67.84%-
HSV(B)127.2º25.25%77.65%-
XYZ38.2449.0238.02-
YUV178.03114.44106.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.6%
GREEN value IS 198 (77.73% from 255) = 39.6%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=29.6%
G=39.6%
B=30.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481981540.2500.220.22127.230.4967.84
Hex94C69A19016167f1e44
Octal224306232310262617736104
Binary10010100110001101001101011001010110101101111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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