#10AEA5

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

Shades of Light Sea Green #10AEA5

Tints of Light Sea Green #10AEA5

Color information

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

HSL color Cylindrical-coordinate representation of color #10AEA5: hue angle of 176.58º 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 #10AEA5 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB16174165-
CMYK0.9100.050.32
HSL176.58º83.16%37.25%-
HSV(B)176.58º90.8%68.24%-
XYZ22.1433.140.82-
YUV125.73150.1549.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161741650.9100.050.32176.5883.1637.25
Hex10AEA55B0520b15325
Octal20256245133054026112345
Binary10000101011101010010110110110101100000101100011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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