#13B4A8

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

Shades of Light Sea Green #13B4A8

Tints of Light Sea Green #13B4A8

Color information

#13B4A8 (or 0x13B4A8) is unknown color: approx Light Sea Green. HEX triplet: 13, B4 and A8. RGB value is (19,180,168). Sum of RGB (Red+Green+Blue) = 19+180+168=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #13B4A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B4A8 is #EC4B57. Grayscale: #828282. Windows color (decimal): -15485784 or 11056147. OLE color: 11056147.

HSL color Cylindrical-coordinate representation of color #13B4A8: hue angle of 175.53º 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 #13B4A8 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB19180168-
CMYK0.8900.070.29
HSL175.53º80.9%39.02%-
HSV(B)175.53º89.44%70.59%-
XYZ23.6635.6142.67-
YUV130.49149.1648.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.18%
GREEN value IS 180 (70.70% from 255) = 49.05%
BLUE value IS 168 (66.02% from 255) = 45.78%
R=5.18%
G=49.05%
B=45.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191801680.8900.070.29175.5380.939.02
Hex13B4A859071Db05127
Octal23264250131073526012147
Binary1001110110100101010001011001011111101101100001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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