#94C88B

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

Shades of Dark Sea Green #94C88B

Tints of Dark Sea Green #94C88B

Color information

#94C88B (or 0x94C88B) is unknown color: approx Dark Sea Green. HEX triplet: 94, C8 and 8B. RGB value is (148,200,139). Sum of RGB (Red+Green+Blue) = 148+200+139=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #94C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C88B is #6B3774. Grayscale: #B1B1B1. Windows color (decimal): -7026549 or 9160852. OLE color: 9160852.

HSL color Cylindrical-coordinate representation of color #94C88B: hue angle of 111.15º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94C88B is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB148200139-
CMYK0.2600.300.22
HSL111.15º35.67%66.47%-
HSV(B)111.15º30.5%78.43%-
XYZ37.5349.4732-
YUV177.5106.27106.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=30.39%
G=41.07%
B=28.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001390.2600.300.22111.1535.6766.47
Hex94C88B1A01E166f2442
Octal224310213320362615744102
Binary100101001100100010001011110100111101011011011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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