#13BA9A

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

Shades of Light Sea Green #13BA9A

Tints of Light Sea Green #13BA9A

Color information

#13BA9A (or 0x13BA9A) is unknown color: approx Light Sea Green. HEX triplet: 13, BA and 9A. RGB value is (19,186,154). Sum of RGB (Red+Green+Blue) = 19+186+154=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BA9A is #EC4565. Grayscale: #848484. Windows color (decimal): -15484262 or 10140179. OLE color: 10140179.

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

Color convert

RGB19186154-
CMYK0.9000.170.27
HSL168.5º81.46%40.2%-
HSV(B)168.5º89.78%72.94%-
XYZ23.6637.5936.58-
YUV132.42140.1747.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.29%
GREEN value IS 186 (73.05% from 255) = 51.81%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=5.29%
G=51.81%
B=42.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal191861540.9000.170.27168.581.4640.2
Hex13BA9A5A0111Ba95128
Octal232722321320213325112150
Binary100111011101010011010101101001000111011101010011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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