#94BE87

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

Shades of Dark Sea Green #94BE87

Tints of Dark Sea Green #94BE87

Color information

#94BE87 (or 0x94BE87) is unknown color: approx Dark Sea Green. HEX triplet: 94, BE and 87. RGB value is (148,190,135). Sum of RGB (Red+Green+Blue) = 148+190+135=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BE87 is #6B4178. Grayscale: #ABABAB. Windows color (decimal): -7029113 or 8896148. OLE color: 8896148.

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

Color convert

RGB148190135-
CMYK0.2200.290.25
HSL105.82º29.73%63.73%-
HSV(B)105.82º28.95%74.51%-
XYZ3544.8729.74-
YUV171.17107.59111.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=31.29%
G=40.17%
B=28.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481901350.2200.290.25105.8229.7363.73
Hex94BE871601D196a1e40
Octal224276207260353115236100
Binary10010100101111101000011110110011101110011101010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,190,135); }

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

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

 a { background-color: rgb(148,190,135); }

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

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

 span { border-color: rgb(148,190,135); }

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