#94C89A

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

Shades of Dark Sea Green #94C89A

Tints of Dark Sea Green #94C89A

Color information

#94C89A (or 0x94C89A) is unknown color: approx Dark Sea Green. HEX triplet: 94, C8 and 9A. RGB value is (148,200,154). Sum of RGB (Red+Green+Blue) = 148+200+154=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #94C89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C89A is #6B3765. Grayscale: #B3B3B3. Windows color (decimal): -7026534 or 10143892. OLE color: 10143892.

HSL color Cylindrical-coordinate representation of color #94C89A: hue angle of 126.92º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C89A is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB148200154-
CMYK0.2600.230.22
HSL126.92º32.1%68.24%-
HSV(B)126.92º26%78.43%-
XYZ38.749.9438.17-
YUV179.21113.77105.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=29.48%
G=39.84%
B=30.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001540.2600.230.22126.9232.168.24
Hex94C89A1A017167f2044
Octal224310232320272617740104
Binary100101001100100010011010110100101111011011111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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