#99CA95

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

Shades of Dark Sea Green #99CA95

Tints of Dark Sea Green #99CA95

Color information

#99CA95 (or 0x99CA95) is unknown color: approx Dark Sea Green. HEX triplet: 99, CA and 95. RGB value is (153,202,149). Sum of RGB (Red+Green+Blue) = 153+202+149=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA95 is #66356A. Grayscale: #B5B5B5. Windows color (decimal): -6698347 or 9816729. OLE color: 9816729.

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

Color convert

RGB153202149-
CMYK0.2400.260.21
HSL115.47º33.33%68.82%-
HSV(B)115.47º26.24%79.22%-
XYZ39.6851.1836.22-
YUV181.31109.77107.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=30.36%
G=40.08%
B=29.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021490.2400.260.21115.4733.3368.82
Hex99CA951801A15732145
Octal231312225300322516341105
Binary100110011100101010010101110000110101010111100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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