Html Css Color HEX #13ABA1 Light Sea Green

📋 copy color: '#13ABA1'

red 19 ◦ green 171 ◦ blue 161

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

Shades of Light Sea Green #13ABA1

Tints of Light Sea Green #13ABA1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.72%

 BLUE value IS 161 (63.28% from 255) = 45.87%

R = 5.41%
G = 48.72%
B = 45.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#13ABA1 (or 0x13ABA1) is known color: Light Sea Green. HEX triplet: 13, AB and A1. RGB value is (19,171,161). Sum of RGB (Red+Green+Blue) = 19+171+161=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #13ABA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13ABA1 is #EC545E. Grayscale: #7C7C7C. Windows color (decimal): -15488095 or 10595091. OLE color: 10595091.

HSL color Cylindrical-coordinate representation of color #13ABA1: hue angle of 176.05º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13ABA1 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 171 161 -
CMYK 0.89 0 0.06 0.33
HSL 176.05º 0.8% 0.37% -
HSV(B) 176.05º 0.89% 0.67% -
XYZ 21.26 31.84 38.74 -
YUV 124.41 148.64 52.81 -
System Red Green Blue C M Y K H S L
Decimal 19 171 161 0.89 0 0.06 0.33 176.05 0.8 0.37
Hex 13 AB A1 59 0 6 21 B0 50 25
Octal 23 253 241 131 0 6 41 260 120 45
Binary 10011 10101011 10100001 1011001 0 110 100001 10110000 1010000 100101

Color Harmonies of #13ABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ABA1

Black with #13ABA1

Text Example


Text Example

White with #13ABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,171,161); }

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

background-color css

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

 a { background-color: rgb(19,171,161); }

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

border-color css

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

 span { border-color: rgb(19,171,161); }

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