Html Css Color HEX #13A8AA Light Sea Green

📋 copy color: '#13A8AA'

red 19 ◦ green 168 ◦ blue 170

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

Shades of Light Sea Green #13A8AA

Tints of Light Sea Green #13A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.06%

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

R = 5.32%
G = 47.06%
B = 47.62%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#13A8AA (or 0x13A8AA) is known color: Light Sea Green. HEX triplet: 13, A8 and AA. RGB value is (19,168,170). Sum of RGB (Red+Green+Blue) = 19+168+170=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #13A8AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A8AA is #EC5755. Grayscale: #7B7B7B. Windows color (decimal): -15488854 or 11184147. OLE color: 11184147.

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

Color convert

RGB 19 168 170 -
CMYK 0.89 0.01 0 0.33
HSL 180.79º 0.8% 0.37% -
HSV(B) 180.79º 0.89% 0.67% -
XYZ 21.53 31.05 42.89 -
YUV 123.68 154.14 53.34 -
System Red Green Blue C M Y K H S L
Decimal 19 168 170 0.89 0.01 0 0.33 180.79 0.8 0.37
Hex 13 A8 AA 59 1 0 21 B5 50 25
Octal 23 250 252 131 1 0 41 265 120 45
Binary 10011 10101000 10101010 1011001 1 0 100001 10110101 1010000 100101

Color Harmonies of #13A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A8AA

Black with #13A8AA

Text Example


Text Example

White with #13A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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