#94C190

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

Shades of Dark Sea Green #94C190

Tints of Dark Sea Green #94C190

Color information

#94C190 (or 0x94C190) is unknown color: approx Dark Sea Green. HEX triplet: 94, C1 and 90. RGB value is (148,193,144). Sum of RGB (Red+Green+Blue) = 148+193+144=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #94C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C190 is #6B3E6F. Grayscale: #AEAEAE. Windows color (decimal): -7028336 or 9486740. OLE color: 9486740.

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

Color convert

RGB148193144-
CMYK0.2300.250.24
HSL115.1º28.32%66.08%-
HSV(B)115.1º25.39%75.69%-
XYZ36.3246.4533.44-
YUV173.96111.09109.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=30.52%
G=39.79%
B=29.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481931440.2300.250.24115.128.3266.08
Hex94C1901701918731c42
Octal224301220270313016334102
Binary10010100110000011001000010111011001110001110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,144); }

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

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

 a { background-color: rgb(148,193,144); }

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

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

 span { border-color: rgb(148,193,144); }

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