#13B8B2

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

Shades of Light Sea Green #13B8B2

Tints of Light Sea Green #13B8B2

Color information

#13B8B2 (or 0x13B8B2) is unknown color: approx Light Sea Green. HEX triplet: 13, B8 and B2. RGB value is (19,184,178). Sum of RGB (Red+Green+Blue) = 19+184+178=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #13B8B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B8B2 is #EC474D. Grayscale: #858585. Windows color (decimal): -15484750 or 11712531. OLE color: 11712531.

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

Color convert

RGB19184178-
CMYK0.9000.030.28
HSL177.82º81.28%39.8%-
HSV(B)177.82º89.67%72.16%-
XYZ25.4437.6348.04-
YUV133.98152.8445.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.99%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 178 (69.92% from 255) = 46.72%
R=4.99%
G=48.29%
B=46.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal191841780.9000.030.28177.8281.2839.8
Hex13B8B25A031Cb25128
Octal23270262132033426212150
Binary100111011100010110010101101001111100101100101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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