Html Css Color HEX #13BAAC Light Sea Green

📋 copy color: '#13BAAC'

red 19 ◦ green 186 ◦ blue 172

#13BAAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #13BAAC

Tints of Light Sea Green #13BAAC

RGB

 RED value IS 19 (7.81% from 255) = 5.04%

 GREEN value IS 186 (73.05% from 255) = 49.34%

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 5.04%
G = 49.34%
B = 45.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#13BAAC (or 0x13BAAC) is known color: Light Sea Green. HEX triplet: 13, BA and AC. RGB value is (19,186,172). Sum of RGB (Red+Green+Blue) = 19+186+172=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #13BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BAAC is #EC4553. Grayscale: #868686. Windows color (decimal): -15484244 or 11319827. OLE color: 11319827.

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

Color convert

RGB 19 186 172 -
CMYK 0.90 0 0.08 0.27
HSL 174.97º 0.81% 0.4% -
HSV(B) 174.97º 0.9% 0.73% -
XYZ 25.27 38.23 45.08 -
YUV 134.47 149.17 45.64 -
System Red Green Blue C M Y K H S L
Decimal 19 186 172 0.90 0 0.08 0.27 174.97 0.81 0.4
Hex 13 BA AC 5A 0 8 1B AF 51 28
Octal 23 272 254 132 0 10 33 257 121 50
Binary 10011 10111010 10101100 1011010 0 1000 11011 10101111 1010001 101000

Color Harmonies of #13BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BAAC

Black with #13BAAC

Text Example


Text Example

White with #13BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13BAAC;
 }
 .AnyTagClassName
 {
   color: #13BAAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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