#99C495

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

Shades of Dark Sea Green #99C495

Tints of Dark Sea Green #99C495

Color information

#99C495 (or 0x99C495) is unknown color: approx Dark Sea Green. HEX triplet: 99, C4 and 95. RGB value is (153,196,149). Sum of RGB (Red+Green+Blue) = 153+196+149=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #99C495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C495 is #663B6A. Grayscale: #B1B1B1. Windows color (decimal): -6699883 or 9815193. OLE color: 9815193.

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

Color convert

RGB153196149-
CMYK0.2200.240.23
HSL114.89º28.48%67.65%-
HSV(B)114.89º23.98%76.86%-
XYZ38.348.4235.76-
YUV177.78111.75110.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=30.72%
G=39.36%
B=29.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531961490.2200.240.23114.8928.4867.65
Hex99C4951601817731c44
Octal231304225260302716334104
Binary10011001110001001001010110110011000101111110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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