Html Css Color HEX #13A7AA Light Sea Green

📋 copy color: '#13A7AA'

red 19 ◦ green 167 ◦ blue 170

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

Shades of Light Sea Green #13A7AA

Tints of Light Sea Green #13A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.91%

 BLUE value IS 170 (66.8% from 255) = 47.75%

R = 5.34%
G = 46.91%
B = 47.75%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#13A7AA (or 0x13A7AA) is known color: Light Sea Green. HEX triplet: 13, A7 and AA. RGB value is (19,167,170). Sum of RGB (Red+Green+Blue) = 19+167+170=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #13A7AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A7AA is #EC5855. Grayscale: #7A7A7A. Windows color (decimal): -15489110 or 11183891. OLE color: 11183891.

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

Color convert

RGB 19 167 170 -
CMYK 0.89 0.02 0 0.33
HSL 181.19º 0.8% 0.37% -
HSV(B) 181.19º 0.89% 0.67% -
XYZ 21.34 30.68 42.83 -
YUV 123.09 154.47 53.76 -
System Red Green Blue C M Y K H S L
Decimal 19 167 170 0.89 0.02 0 0.33 181.19 0.8 0.37
Hex 13 A7 AA 59 2 0 21 B5 50 25
Octal 23 247 252 131 2 0 41 265 120 45
Binary 10011 10100111 10101010 1011001 10 0 100001 10110101 1010000 100101

Color Harmonies of #13A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A7AA

Black with #13A7AA

Text Example


Text Example

White with #13A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,167,170); }

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

background-color css

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

 a { background-color: rgb(19,167,170); }

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

border-color css

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

 span { border-color: rgb(19,167,170); }

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