#13B8B0

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

Shades of Light Sea Green #13B8B0

Tints of Light Sea Green #13B8B0

Color information

#13B8B0 (or 0x13B8B0) is unknown color: approx Light Sea Green. HEX triplet: 13, B8 and B0. RGB value is (19,184,176). Sum of RGB (Red+Green+Blue) = 19+184+176=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #13B8B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B8B0 is #EC474F. Grayscale: #858585. Windows color (decimal): -15484752 or 11581459. OLE color: 11581459.

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

Color convert

RGB19184176-
CMYK0.9000.040.28
HSL177.09º81.28%39.8%-
HSV(B)177.09º89.67%72.16%-
XYZ25.2537.5546.99-
YUV133.75151.8446.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.01%
GREEN value IS 184 (72.27% from 255) = 48.55%
BLUE value IS 176 (69.14% from 255) = 46.44%
R=5.01%
G=48.55%
B=46.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal191841760.9000.040.28177.0981.2839.8
Hex13B8B05A041Cb15128
Octal23270260132043426112150
Binary1001110111000101100001011010010011100101100011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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