#94CA8B

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

Shades of Dark Sea Green #94CA8B

Tints of Dark Sea Green #94CA8B

Color information

#94CA8B (or 0x94CA8B) is unknown color: approx Dark Sea Green. HEX triplet: 94, CA and 8B. RGB value is (148,202,139). Sum of RGB (Red+Green+Blue) = 148+202+139=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA8B is #6B3574. Grayscale: #B2B2B2. Windows color (decimal): -7026037 or 9161364. OLE color: 9161364.

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

Color convert

RGB148202139-
CMYK0.2700.310.21
HSL111.43º37.28%66.86%-
HSV(B)111.43º31.19%79.22%-
XYZ37.9950.432.15-
YUV178.67105.61106.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=30.27%
G=41.31%
B=28.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021390.2700.310.21111.4337.2866.86
Hex94CA8B1B01F156f2543
Octal224312213330372515745103
Binary100101001100101010001011110110111111010111011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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