#99CA92

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

Shades of Dark Sea Green #99CA92

Tints of Dark Sea Green #99CA92

Color information

#99CA92 (or 0x99CA92) is unknown color: approx Dark Sea Green. HEX triplet: 99, CA and 92. RGB value is (153,202,146). Sum of RGB (Red+Green+Blue) = 153+202+146=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA92 is #66356D. Grayscale: #B5B5B5. Windows color (decimal): -6698350 or 9620121. OLE color: 9620121.

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

Color convert

RGB153202146-
CMYK0.2400.280.21
HSL112.5º34.57%68.24%-
HSV(B)112.5º27.72%79.22%-
XYZ39.4551.0934.98-
YUV180.96108.27108.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.54%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=30.54%
G=40.32%
B=29.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021460.2400.280.21112.534.5768.24
Hex99CA921801C15702344
Octal231312222300342516043104
Binary100110011100101010010010110000111001010111100001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,202,146); }

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

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

 a { background-color: rgb(153,202,146); }

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

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

 span { border-color: rgb(153,202,146); }

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