#94BB8A

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

Shades of Dark Sea Green #94BB8A

Tints of Dark Sea Green #94BB8A

Color information

#94BB8A (or 0x94BB8A) is unknown color: approx Dark Sea Green. HEX triplet: 94, BB and 8A. RGB value is (148,187,138). Sum of RGB (Red+Green+Blue) = 148+187+138=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BB8A is #6B4475. Grayscale: #A9A9A9. Windows color (decimal): -7029878 or 9091988. OLE color: 9091988.

HSL color Cylindrical-coordinate representation of color #94BB8A: hue angle of 107.76º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94BB8A is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB148187138-
CMYK0.2100.260.27
HSL107.76º26.49%63.73%-
HSV(B)107.76º26.2%73.33%-
XYZ34.5743.6730.65-
YUV169.75110.08112.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=31.29%
G=39.53%
B=29.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481871380.2100.260.27107.7626.4963.73
Hex94BB8A1501A1B6c1a40
Octal224273212250323315432100
Binary10010100101110111000101010101011010110111101100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,187,138); }

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

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

 a { background-color: rgb(148,187,138); }

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

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

 span { border-color: rgb(148,187,138); }

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