#94BC8F

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

Shades of Dark Sea Green #94BC8F

Tints of Dark Sea Green #94BC8F

Color information

#94BC8F (or 0x94BC8F) is unknown color: approx Dark Sea Green. HEX triplet: 94, BC and 8F. RGB value is (148,188,143). Sum of RGB (Red+Green+Blue) = 148+188+143=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BC8F is #6B4370. Grayscale: #ABABAB. Windows color (decimal): -7029617 or 9419924. OLE color: 9419924.

HSL color Cylindrical-coordinate representation of color #94BC8F: hue angle of 113.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94BC8F is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB148188143-
CMYK0.2100.240.26
HSL113.33º25.14%64.9%-
HSV(B)113.33º23.94%73.73%-
XYZ35.1544.2532.67-
YUV170.91112.25111.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.90%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=30.90%
G=39.25%
B=29.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881430.2100.240.26113.3325.1464.9
Hex94BC8F150181A711941
Octal224274217250303216131101
Binary10010100101111001000111110101011000110101110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,188,143); }

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

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

 a { background-color: rgb(148,188,143); }

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

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

 span { border-color: rgb(148,188,143); }

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