#94CA8A

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

Shades of Dark Sea Green #94CA8A

Tints of Dark Sea Green #94CA8A

Color information

#94CA8A (or 0x94CA8A) is unknown color: approx Dark Sea Green. HEX triplet: 94, CA and 8A. RGB value is (148,202,138). Sum of RGB (Red+Green+Blue) = 148+202+138=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA8A is #6B3575. Grayscale: #B2B2B2. Windows color (decimal): -7026038 or 9095828. OLE color: 9095828.

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

Color convert

RGB148202138-
CMYK0.2700.320.21
HSL110.62º37.65%66.67%-
HSV(B)110.62º31.68%79.22%-
XYZ37.9250.3731.77-
YUV178.56105.11106.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=30.33%
G=41.39%
B=28.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021380.2700.320.21110.6237.6566.67
Hex94CA8A1B020156f2643
Octal224312212330402515746103
Binary1001010011001010100010101101101000001010111011111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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