#13B2A6

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

Shades of Light Sea Green #13B2A6

Tints of Light Sea Green #13B2A6

Color information

#13B2A6 (or 0x13B2A6) is unknown color: approx Light Sea Green. HEX triplet: 13, B2 and A6. RGB value is (19,178,166). Sum of RGB (Red+Green+Blue) = 19+178+166=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #13B2A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B2A6 is #EC4D59. Grayscale: #808080. Windows color (decimal): -15486298 or 10924563. OLE color: 10924563.

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

Color convert

RGB19178166-
CMYK0.8900.070.30
HSL175.47º80.71%38.63%-
HSV(B)175.47º89.33%69.8%-
XYZ23.0734.7341.56-
YUV129.09148.8249.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.23%
GREEN value IS 178 (69.92% from 255) = 49.04%
BLUE value IS 166 (65.23% from 255) = 45.73%
R=5.23%
G=49.04%
B=45.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191781660.8900.070.30175.4780.7138.63
Hex13B2A659071Eaf5127
Octal23262246131073625712147
Binary1001110110010101001101011001011111110101011111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,178,166); }

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

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

 a { background-color: rgb(19,178,166); }

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

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

 span { border-color: rgb(19,178,166); }

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