#10A6A9

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

Shades of Light Sea Green #10A6A9

Tints of Light Sea Green #10A6A9

Color information

#10A6A9 (or 0x10A6A9) is unknown color: approx Light Sea Green. HEX triplet: 10, A6 and A9. RGB value is (16,166,169). Sum of RGB (Red+Green+Blue) = 16+166+169=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #10A6A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A6A9 is #EF5956. Grayscale: #797979. Windows color (decimal): -15685975 or 11118096. OLE color: 11118096.

HSL color Cylindrical-coordinate representation of color #10A6A9: hue angle of 181.18º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A6A9 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16166169-
CMYK0.910.0200.34
HSL181.18º82.7%36.27%-
HSV(B)181.18º90.53%66.27%-
XYZ21.0130.2542.27-
YUV121.49154.852.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.56%
GREEN value IS 166 (65.23% from 255) = 47.29%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=4.56%
G=47.29%
B=48.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161661690.910.0200.34181.1882.736.27
Hex10A6A95B2022b55324
Octal20246251133204226512344
Binary1000010100110101010011011011100100010101101011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A6A9; }

 p { color: rgb(16,166,169); }

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

<style>
 a { background-color: #10A6A9; }

 a { background-color: rgb(16,166,169); }

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

<style>
 span { border-color: #10A6A9; }

 span { border-color: rgb(16,166,169); }

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