#94CD8D

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

Shades of Dark Sea Green #94CD8D

Tints of Dark Sea Green #94CD8D

Color information

#94CD8D (or 0x94CD8D) is unknown color: approx Dark Sea Green. HEX triplet: 94, CD and 8D. RGB value is (148,205,141). Sum of RGB (Red+Green+Blue) = 148+205+141=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #94CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CD8D is #6B3272. Grayscale: #B4B4B4. Windows color (decimal): -7025267 or 9293204. OLE color: 9293204.

HSL color Cylindrical-coordinate representation of color #94CD8D: hue angle of 113.44º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94CD8D is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB148205141-
CMYK0.2800.310.20
HSL113.44º39.02%67.84%-
HSV(B)113.44º31.22%80.39%-
XYZ38.8551.8833.17-
YUV180.66105.62104.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=29.96%
G=41.50%
B=28.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482051410.2800.310.20113.4439.0267.84
Hex94CD8D1C01F14712744
Octal224315215340372416147104
Binary100101001100110110001101111000111111010011100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,205,141); }

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

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

 a { background-color: rgb(148,205,141); }

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

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

 span { border-color: rgb(148,205,141); }

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