Html Css Color HEX #13A3AB Light Sea Green

📋 copy color: '#13A3AB'

red 19 ◦ green 163 ◦ blue 171

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

Shades of Light Sea Green #13A3AB

Tints of Light Sea Green #13A3AB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.18%

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 5.38%
G = 46.18%
B = 48.44%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#13A3AB (or 0x13A3AB) is known color: Light Sea Green. HEX triplet: 13, A3 and AB. RGB value is (19,163,171). Sum of RGB (Red+Green+Blue) = 19+163+171=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #13A3AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A3AB is #EC5C54. Grayscale: #787878. Windows color (decimal): -15490133 or 11248403. OLE color: 11248403.

HSL color Cylindrical-coordinate representation of color #13A3AB: hue angle of 183.16º 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 #13A3AB is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 163 171 -
CMYK 0.89 0.05 0 0.33
HSL 183.16º 0.8% 0.37% -
HSV(B) 183.16º 0.89% 0.67% -
XYZ 20.72 29.27 43.09 -
YUV 120.86 156.29 55.35 -
System Red Green Blue C M Y K H S L
Decimal 19 163 171 0.89 0.05 0 0.33 183.16 0.8 0.37
Hex 13 A3 AB 59 5 0 21 B7 50 25
Octal 23 243 253 131 5 0 41 267 120 45
Binary 10011 10100011 10101011 1011001 101 0 100001 10110111 1010000 100101

Color Harmonies of #13A3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A3AB

Black with #13A3AB

Text Example


Text Example

White with #13A3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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