#13B8BA

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

Shades of Light Sea Green #13B8BA

Tints of Light Sea Green #13B8BA

Color information

#13B8BA (or 0x13B8BA) is unknown color: approx Light Sea Green. HEX triplet: 13, B8 and BA. RGB value is (19,184,186). Sum of RGB (Red+Green+Blue) = 19+184+186=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #13B8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B8BA is #EC4745. Grayscale: #868686. Windows color (decimal): -15484742 or 12236819. OLE color: 12236819.

HSL color Cylindrical-coordinate representation of color #13B8BA: hue angle of 180.72º 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 #13B8BA is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB19184186-
CMYK0.900.0100.27
HSL180.72º81.46%40.2%-
HSV(B)180.72º89.78%72.94%-
XYZ26.2737.9652.4-
YUV134.89156.8445.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.88%
GREEN value IS 184 (72.27% from 255) = 47.30%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=4.88%
G=47.30%
B=47.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal191841860.900.0100.27180.7281.4640.2
Hex13B8BA5A101Bb55128
Octal23270272132103326512150
Binary10011101110001011101010110101011011101101011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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