#94CD8E

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

Shades of Dark Sea Green #94CD8E

Tints of Dark Sea Green #94CD8E

Color information

#94CD8E (or 0x94CD8E) is unknown color: approx Dark Sea Green. HEX triplet: 94, CD and 8E. RGB value is (148,205,142). Sum of RGB (Red+Green+Blue) = 148+205+142=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #94CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CD8E is #6B3271. Grayscale: #B4B4B4. Windows color (decimal): -7025266 or 9358740. OLE color: 9358740.

HSL color Cylindrical-coordinate representation of color #94CD8E: hue angle of 114.29º 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 #94CD8E is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB148205142-
CMYK0.2800.310.20
HSL114.29º38.65%68.04%-
HSV(B)114.29º30.73%80.39%-
XYZ38.9351.9133.56-
YUV180.77106.12104.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=29.90%
G=41.41%
B=28.69%

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
Decimal1482051420.2800.310.20114.2938.6568.04
Hex94CD8E1C01F14722744
Octal224315216340372416247104
Binary100101001100110110001110111000111111010011100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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