#13BDB9

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

Shades of Light Sea Green #13BDB9

Tints of Light Sea Green #13BDB9

Color information

#13BDB9 (or 0x13BDB9) is unknown color: approx Light Sea Green. HEX triplet: 13, BD and B9. RGB value is (19,189,185). Sum of RGB (Red+Green+Blue) = 19+189+185=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #13BDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDB9 is #EC4246. Grayscale: #898989. Windows color (decimal): -15483463 or 12172563. OLE color: 12172563.

HSL color Cylindrical-coordinate representation of color #13BDB9: hue angle of 178.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BDB9 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB19189185-
CMYK0.9000.020.26
HSL178.59º81.73%40.78%-
HSV(B)178.59º89.95%74.12%-
XYZ27.2240.0452.19-
YUV137.71154.6843.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.83%
GREEN value IS 189 (74.22% from 255) = 48.09%
BLUE value IS 185 (72.66% from 255) = 47.07%
R=4.83%
G=48.09%
B=47.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191891850.9000.020.26178.5981.7340.78
Hex13BDB95A021Ab35229
Octal23275271132023226312251
Binary100111011110110111001101101001011010101100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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