#99C09A

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

Shades of Dark Sea Green #99C09A

Tints of Dark Sea Green #99C09A

Color information

#99C09A (or 0x99C09A) is unknown color: approx Dark Sea Green. HEX triplet: 99, C0 and 9A. RGB value is (153,192,154). Sum of RGB (Red+Green+Blue) = 153+192+154=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #99C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C09A is #663F65. Grayscale: #B0B0B0. Windows color (decimal): -6700902 or 10141849. OLE color: 10141849.

HSL color Cylindrical-coordinate representation of color #99C09A: hue angle of 121.54º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99C09A is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB153192154-
CMYK0.2000.200.25
HSL121.54º23.64%67.65%-
HSV(B)121.54º20.31%75.29%-
XYZ37.8246.837.61-
YUV176.01115.58111.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=30.66%
G=38.48%
B=30.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531921540.2000.200.25121.5423.6467.65
Hex99C09A14014197a1844
Octal231300232240243117230104
Binary10011001110000001001101010100010100110011111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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