#94BF99

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

Shades of Dark Sea Green #94BF99

Tints of Dark Sea Green #94BF99

Color information

#94BF99 (or 0x94BF99) is unknown color: approx Dark Sea Green. HEX triplet: 94, BF and 99. RGB value is (148,191,153). Sum of RGB (Red+Green+Blue) = 148+191+153=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BF99 is #6B4066. Grayscale: #ADADAD. Windows color (decimal): -7028839 or 10076052. OLE color: 10076052.

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

Color convert

RGB148191153-
CMYK0.2300.200.25
HSL126.98º25.15%66.47%-
HSV(B)126.98º22.51%74.9%-
XYZ36.5945.8637.06-
YUV173.81116.25109.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=30.08%
G=38.82%
B=31.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911530.2300.200.25126.9825.1566.47
Hex94BF9917014197f1942
Octal224277231270243117731102
Binary10010100101111111001100110111010100110011111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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