#99C49D

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

Shades of Dark Sea Green #99C49D

Tints of Dark Sea Green #99C49D

Color information

#99C49D (or 0x99C49D) is unknown color: approx Dark Sea Green. HEX triplet: 99, C4 and 9D. RGB value is (153,196,157). Sum of RGB (Red+Green+Blue) = 153+196+157=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #99C49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C49D is #663B62. Grayscale: #B2B2B2. Windows color (decimal): -6699875 or 10339481. OLE color: 10339481.

HSL color Cylindrical-coordinate representation of color #99C49D: hue angle of 125.58º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C49D is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB153196157-
CMYK0.2200.200.23
HSL125.58º26.71%68.43%-
HSV(B)125.58º21.94%76.86%-
XYZ38.9648.6939.24-
YUV178.7115.75109.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.24%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=30.24%
G=38.74%
B=31.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531961570.2200.200.23125.5826.7168.43
Hex99C49D16014177e1b44
Octal231304235260242717633104
Binary10011001110001001001110110110010100101111111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C49D; }

 p { color: rgb(153,196,157); }

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

<style>
 a { background-color: #99C49D; }

 a { background-color: rgb(153,196,157); }

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

<style>
 span { border-color: #99C49D; }

 span { border-color: rgb(153,196,157); }

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