#10AEA4

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

Shades of Light Sea Green #10AEA4

Tints of Light Sea Green #10AEA4

Color information

#10AEA4 (or 0x10AEA4) is unknown color: approx Light Sea Green. HEX triplet: 10, AE and A4. RGB value is (16,174,164). Sum of RGB (Red+Green+Blue) = 16+174+164=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #10AEA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AEA4 is #EF515B. Grayscale: #7D7D7D. Windows color (decimal): -15683932 or 10792464. OLE color: 10792464.

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

Color convert

RGB16174164-
CMYK0.9100.060.32
HSL176.2º83.16%37.25%-
HSV(B)176.2º90.8%68.24%-
XYZ22.0533.0640.34-
YUV125.62149.6549.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.52%
GREEN value IS 174 (68.36% from 255) = 49.15%
BLUE value IS 164 (64.45% from 255) = 46.33%
R=4.52%
G=49.15%
B=46.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161741640.9100.060.32176.283.1637.25
Hex10AEA45B0620b05325
Octal20256244133064026012345
Binary10000101011101010010010110110110100000101100001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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