#13AAB4

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

Shades of Light Sea Green #13AAB4

Tints of Light Sea Green #13AAB4

Color information

#13AAB4 (or 0x13AAB4) is unknown color: approx Light Sea Green. HEX triplet: 13, AA and B4. RGB value is (19,170,180). Sum of RGB (Red+Green+Blue) = 19+170+180=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #13AAB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AAB4 is #EC554B. Grayscale: #7D7D7D. Windows color (decimal): -15488332 or 11840019. OLE color: 11840019.

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

Color convert

RGB19170180-
CMYK0.890.0600.29
HSL183.73º80.9%39.02%-
HSV(B)183.73º89.44%70.59%-
XYZ22.8832.1848.19-
YUV125.99158.4751.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.15%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 180 (70.70% from 255) = 48.78%
R=5.15%
G=46.07%
B=48.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191701800.890.0600.29183.7380.939.02
Hex13AAB459601Db85127
Octal23252264131603527012147
Binary1001110101010101101001011001110011101101110001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13AAB4; }

 p { color: rgb(19,170,180); }

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

<style>
 a { background-color: #13AAB4; }

 a { background-color: rgb(19,170,180); }

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

<style>
 span { border-color: #13AAB4; }

 span { border-color: rgb(19,170,180); }

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