#13B7AA

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

Shades of Light Sea Green #13B7AA

Tints of Light Sea Green #13B7AA

Color information

#13B7AA (or 0x13B7AA) is unknown color: approx Light Sea Green. HEX triplet: 13, B7 and AA. RGB value is (19,183,170). Sum of RGB (Red+Green+Blue) = 19+183+170=372 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.11% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #13B7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B7AA is #EC4855. Grayscale: #848484. Windows color (decimal): -15485014 or 11187987. OLE color: 11187987.

HSL color Cylindrical-coordinate representation of color #13B7AA: hue angle of 175.24º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B7AA is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB19183170-
CMYK0.9000.070.28
HSL175.24º81.19%39.61%-
HSV(B)175.24º89.62%71.76%-
XYZ24.4636.9143.87-
YUV132.48149.1747.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.11%
GREEN value IS 183 (71.88% from 255) = 49.19%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=5.11%
G=49.19%
B=45.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal191831700.9000.070.28175.2481.1939.61
Hex13B7AA5A071Caf5128
Octal23267252132073425712150
Binary1001110110111101010101011010011111100101011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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