#94B78E

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

Shades of Dark Sea Green #94B78E

Tints of Dark Sea Green #94B78E

Color information

#94B78E (or 0x94B78E) is unknown color: approx Dark Sea Green. HEX triplet: 94, B7 and 8E. RGB value is (148,183,142). Sum of RGB (Red+Green+Blue) = 148+183+142=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #94B78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B78E is #6B4871. Grayscale: #A7A7A7. Windows color (decimal): -7030898 or 9353108. OLE color: 9353108.

HSL color Cylindrical-coordinate representation of color #94B78E: hue angle of 111.22º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94B78E is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB148183142-
CMYK0.1900.220.28
HSL111.22º22.16%63.73%-
HSV(B)111.22º22.4%71.76%-
XYZ34.0342.1231.93-
YUV167.86113.4113.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=31.29%
G=38.69%
B=30.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481831420.1900.220.28111.2222.1663.73
Hex94B78E130161C6f1640
Octal224267216230263415726100
Binary10010100101101111000111010011010110111001101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,183,142); }

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

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

 a { background-color: rgb(148,183,142); }

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

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

 span { border-color: rgb(148,183,142); }

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