#13B69A

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

Shades of Light Sea Green #13B69A

Tints of Light Sea Green #13B69A

Color information

#13B69A (or 0x13B69A) is unknown color: approx Light Sea Green. HEX triplet: 13, B6 and 9A. RGB value is (19,182,154). Sum of RGB (Red+Green+Blue) = 19+182+154=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #13B69A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B69A is #EC4965. Grayscale: #828282. Windows color (decimal): -15485286 or 10139155. OLE color: 10139155.

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

Color convert

RGB19182154-
CMYK0.9000.150.29
HSL169.69º81.09%39.41%-
HSV(B)169.69º89.56%71.37%-
XYZ22.8335.9336.3-
YUV130.07141.548.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.35%
GREEN value IS 182 (71.48% from 255) = 51.27%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=5.35%
G=51.27%
B=43.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191821540.9000.150.29169.6981.0939.41
Hex13B69A5A0F1Daa5127
Octal232662321320173525212147
Binary10011101101101001101010110100111111101101010101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,182,154); }

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

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

 a { background-color: rgb(19,182,154); }

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

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

 span { border-color: rgb(19,182,154); }

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