#94BD93

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

Shades of Dark Sea Green #94BD93

Tints of Dark Sea Green #94BD93

Color information

#94BD93 (or 0x94BD93) is unknown color: approx Dark Sea Green. HEX triplet: 94, BD and 93. RGB value is (148,189,147). Sum of RGB (Red+Green+Blue) = 148+189+147=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BD93 is #6B426C. Grayscale: #ACACAC. Windows color (decimal): -7029357 or 9682324. OLE color: 9682324.

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

Color convert

RGB148189147-
CMYK0.2200.220.26
HSL118.57º24.14%65.88%-
HSV(B)118.57º22.22%74.12%-
XYZ35.6844.834.37-
YUV171.95113.92110.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=30.58%
G=39.05%
B=30.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481891470.2200.220.26118.5724.1465.88
Hex94BD93160161A771842
Octal224275223260263216730102
Binary10010100101111011001001110110010110110101110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,189,147); }

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

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

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

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

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

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

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