#10AAB5

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

Shades of Light Sea Green #10AAB5

Tints of Light Sea Green #10AAB5

Color information

#10AAB5 (or 0x10AAB5) is unknown color: approx Light Sea Green. HEX triplet: 10, AA and B5. RGB value is (16,170,181). Sum of RGB (Red+Green+Blue) = 16+170+181=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #10AAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AAB5 is #EF554A. Grayscale: #7D7D7D. Windows color (decimal): -15684939 or 11905552. OLE color: 11905552.

HSL color Cylindrical-coordinate representation of color #10AAB5: hue angle of 184º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AAB5 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16170181-
CMYK0.910.0600.29
HSL184º83.76%38.63%-
HSV(B)184º91.16%70.98%-
XYZ22.9332.248.72-
YUV125.21159.4850.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.36%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 181 (71.09% from 255) = 49.32%
R=4.36%
G=46.32%
B=49.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161701810.910.0600.2918483.7638.63
Hex10AAB55B601Db85427
Octal20252265133603527012447
Binary1000010101010101101011011011110011101101110001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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