#94B695

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

Shades of Dark Sea Green #94B695

Tints of Dark Sea Green #94B695

Color information

#94B695 (or 0x94B695) is unknown color: approx Dark Sea Green. HEX triplet: 94, B6 and 95. RGB value is (148,182,149). Sum of RGB (Red+Green+Blue) = 148+182+149=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 182 - color contains mainly: green. Hex color #94B695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B695 is #6B496A. Grayscale: #A8A8A8. Windows color (decimal): -7031147 or 9811604. OLE color: 9811604.

HSL color Cylindrical-coordinate representation of color #94B695: hue angle of 121.76º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94B695 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB148182149-
CMYK0.1900.180.29
HSL121.76º18.89%64.71%-
HSV(B)121.76º18.68%71.37%-
XYZ34.3741.9234.71-
YUV168.07117.24113.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.90%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=30.90%
G=38.00%
B=31.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481821490.1900.180.29121.7618.8964.71
Hex94B695130121D7a1341
Octal224266225230223517223101
Binary10010100101101101001010110011010010111011111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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