#10A5AE

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

Shades of Light Sea Green #10A5AE

Tints of Light Sea Green #10A5AE

Color information

#10A5AE (or 0x10A5AE) is unknown color: approx Light Sea Green. HEX triplet: 10, A5 and AE. RGB value is (16,165,174). Sum of RGB (Red+Green+Blue) = 16+165+174=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #10A5AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A5AE is #EF5A51. Grayscale: #797979. Windows color (decimal): -15686226 or 11445520. OLE color: 11445520.

HSL color Cylindrical-coordinate representation of color #10A5AE: hue angle of 183.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A5AE is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16165174-
CMYK0.910.0500.32
HSL183.42º83.16%37.25%-
HSV(B)183.42º90.8%68.24%-
XYZ21.3130.0844.73-
YUV121.48157.6452.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.51%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=4.51%
G=46.48%
B=49.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161651740.910.0500.32183.4283.1637.25
Hex10A5AE5B5020b75325
Octal20245256133504026712345
Binary10000101001011010111010110111010100000101101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,165,174); }

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

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

 a { background-color: rgb(16,165,174); }

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

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

 span { border-color: rgb(16,165,174); }

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