#94BC94

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

Shades of Dark Sea Green #94BC94

Tints of Dark Sea Green #94BC94

Color information

#94BC94 (or 0x94BC94) is unknown color: approx Dark Sea Green. HEX triplet: 94, BC and 94. RGB value is (148,188,148). Sum of RGB (Red+Green+Blue) = 148+188+148=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BC94 is #6B436B. Grayscale: #ABABAB. Windows color (decimal): -7029612 or 9747604. OLE color: 9747604.

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

Color convert

RGB148188148-
CMYK0.2100.210.26
HSL120º22.99%65.88%-
HSV(B)120º21.28%73.73%-
XYZ35.5444.434.71-
YUV171.48114.75111.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 188 (73.83% from 255) = 38.84%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=30.58%
G=38.84%
B=30.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881480.2100.210.2612022.9965.88
Hex94BC94150151A781742
Octal224274224250253217027102
Binary10010100101111001001010010101010101110101111000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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