#94BD99

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

Shades of Dark Sea Green #94BD99

Tints of Dark Sea Green #94BD99

Color information

#94BD99 (or 0x94BD99) is unknown color: approx Dark Sea Green. HEX triplet: 94, BD and 99. RGB value is (148,189,153). Sum of RGB (Red+Green+Blue) = 148+189+153=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BD99 is #6B4266. Grayscale: #ACACAC. Windows color (decimal): -7029351 or 10075540. OLE color: 10075540.

HSL color Cylindrical-coordinate representation of color #94BD99: hue angle of 127.32º 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 #94BD99 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB148189153-
CMYK0.2200.190.26
HSL127.32º23.7%66.08%-
HSV(B)127.32º21.69%74.12%-
XYZ36.1644.9936.92-
YUV172.64116.92110.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=30.20%
G=38.57%
B=31.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481891530.2200.190.26127.3223.766.08
Hex94BD99160131A7f1842
Octal224275231260233217730102
Binary10010100101111011001100110110010011110101111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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