#10AAA8

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

Shades of Light Sea Green #10AAA8

Tints of Light Sea Green #10AAA8

Color information

#10AAA8 (or 0x10AAA8) is unknown color: approx Light Sea Green. HEX triplet: 10, AA and A8. RGB value is (16,170,168). Sum of RGB (Red+Green+Blue) = 16+170+168=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #10AAA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AAA8 is #EF5557. Grayscale: #7B7B7B. Windows color (decimal): -15684952 or 11053584. OLE color: 11053584.

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

Color convert

RGB16170168-
CMYK0.9100.010.33
HSL179.22º82.8%36.47%-
HSV(B)179.22º90.59%66.67%-
XYZ21.6631.6942.02-
YUV123.73152.9851.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.52%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 168 (66.02% from 255) = 47.46%
R=4.52%
G=48.02%
B=47.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161701680.9100.010.33179.2282.836.47
Hex10AAA85B0121b35324
Octal20252250133014126312344
Binary100001010101010101000101101101100001101100111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,170,168); }

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

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

 a { background-color: rgb(16,170,168); }

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

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

 span { border-color: rgb(16,170,168); }

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