#13A2A3

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

Shades of Light Sea Green #13A2A3

Tints of Light Sea Green #13A2A3

Color information

#13A2A3 (or 0x13A2A3) is unknown color: approx Light Sea Green. HEX triplet: 13, A2 and A3. RGB value is (19,162,163). Sum of RGB (Red+Green+Blue) = 19+162+163=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 163 - color contains mainly: blue. Hex color #13A2A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A2A3 is #EC5D5C. Grayscale: #777777. Windows color (decimal): -15490397 or 10723859. OLE color: 10723859.

HSL color Cylindrical-coordinate representation of color #13A2A3: hue angle of 180.42º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A2A3 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB19162163-
CMYK0.880.0100.36
HSL180.42º79.12%35.69%-
HSV(B)180.42º88.34%63.92%-
XYZ19.828.6239.13-
YUV119.36152.6256.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.52%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 163 (64.06% from 255) = 47.38%
R=5.52%
G=47.09%
B=47.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191621630.880.0100.36180.4279.1235.69
Hex13A2A3581024b44f24
Octal23242243130104426411744
Binary100111010001010100011101100010100100101101001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,162,163); }

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

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

 a { background-color: rgb(19,162,163); }

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

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

 span { border-color: rgb(19,162,163); }

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