#94CA99

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

Shades of Dark Sea Green #94CA99

Tints of Dark Sea Green #94CA99

Color information

#94CA99 (or 0x94CA99) is unknown color: approx Dark Sea Green. HEX triplet: 94, CA and 99. RGB value is (148,202,153). Sum of RGB (Red+Green+Blue) = 148+202+153=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA99 is #6B3566. Grayscale: #B4B4B4. Windows color (decimal): -7026023 or 10078868. OLE color: 10078868.

HSL color Cylindrical-coordinate representation of color #94CA99: hue angle of 125.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CA99 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB148202153-
CMYK0.2700.240.21
HSL125.56º33.75%68.63%-
HSV(B)125.56º26.73%79.22%-
XYZ39.0850.8437.89-
YUV180.27112.61104.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=29.42%
G=40.16%
B=30.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021530.2700.240.21125.5633.7568.63
Hex94CA991B018157e2245
Octal224312231330302517642105
Binary100101001100101010011001110110110001010111111101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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