#13B9B9

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

Shades of Light Sea Green #13B9B9

Tints of Light Sea Green #13B9B9

Color information

#13B9B9 (or 0x13B9B9) is unknown color: approx Light Sea Green. HEX triplet: 13, B9 and B9. RGB value is (19,185,185). Sum of RGB (Red+Green+Blue) = 19+185+185=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: green, blue. Hex color #13B9B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B9B9 is #EC4646. Grayscale: #878787. Windows color (decimal): -15484487 or 12171539. OLE color: 12171539.

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

Color convert

RGB19185185-
CMYK0.90000.27
HSL180º81.37%40%-
HSV(B)180º89.73%72.55%-
XYZ26.3738.3451.91-
YUV135.3715645-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.88%
GREEN value IS 185 (72.66% from 255) = 47.56%
BLUE value IS 185 (72.66% from 255) = 47.56%
R=4.88%
G=47.56%
B=47.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal191851850.90000.2718081.3740
Hex13B9B95A001Bb45128
Octal23271271132003326412150
Binary10011101110011011100110110100011011101101001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,185,185); }

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

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

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

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

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

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

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