#13B2AC

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

Shades of Light Sea Green #13B2AC

Tints of Light Sea Green #13B2AC

Color information

#13B2AC (or 0x13B2AC) is unknown color: approx Light Sea Green. HEX triplet: 13, B2 and AC. RGB value is (19,178,172). Sum of RGB (Red+Green+Blue) = 19+178+172=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #13B2AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B2AC is #EC4D53. Grayscale: #818181. Windows color (decimal): -15486292 or 11317779. OLE color: 11317779.

HSL color Cylindrical-coordinate representation of color #13B2AC: hue angle of 177.74º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B2AC is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB19178172-
CMYK0.8900.030.30
HSL177.74º80.71%38.63%-
HSV(B)177.74º89.33%69.8%-
XYZ23.6434.9644.53-
YUV129.77151.8248.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.15%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=5.15%
G=48.24%
B=46.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191781720.8900.030.30177.7480.7138.63
Hex13B2AC59031Eb25127
Octal23262254131033626212147
Binary100111011001010101100101100101111110101100101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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