#99CA9A

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

Shades of Dark Sea Green #99CA9A

Tints of Dark Sea Green #99CA9A

Color information

#99CA9A (or 0x99CA9A) is unknown color: approx Dark Sea Green. HEX triplet: 99, CA and 9A. RGB value is (153,202,154). Sum of RGB (Red+Green+Blue) = 153+202+154=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA9A is #663565. Grayscale: #B6B6B6. Windows color (decimal): -6698342 or 10144409. OLE color: 10144409.

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

Color convert

RGB153202154-
CMYK0.2400.240.21
HSL121.22º31.61%69.61%-
HSV(B)121.22º24.26%79.22%-
XYZ40.0951.3538.37-
YUV181.88112.27107.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=30.06%
G=39.69%
B=30.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021540.2400.240.21121.2231.6169.61
Hex99CA9A1801815792046
Octal231312232300302517140106
Binary100110011100101010011010110000110001010111110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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