#10AEA6

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

Shades of Light Sea Green #10AEA6

Tints of Light Sea Green #10AEA6

Color information

#10AEA6 (or 0x10AEA6) is unknown color: approx Light Sea Green. HEX triplet: 10, AE and A6. RGB value is (16,174,166). Sum of RGB (Red+Green+Blue) = 16+174+166=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #10AEA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AEA6 is #EF5159. Grayscale: #7D7D7D. Windows color (decimal): -15683930 or 10923536. OLE color: 10923536.

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

Color convert

RGB16174166-
CMYK0.9100.050.32
HSL176.96º83.16%37.25%-
HSV(B)176.96º90.8%68.24%-
XYZ22.2333.1441.3-
YUV125.85150.6549.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.49%
GREEN value IS 174 (68.36% from 255) = 48.88%
BLUE value IS 166 (65.23% from 255) = 46.63%
R=4.49%
G=48.88%
B=46.63%

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
Decimal161741660.9100.050.32176.9683.1637.25
Hex10AEA65B0520b15325
Octal20256246133054026112345
Binary10000101011101010011010110110101100000101100011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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