Html Css Color HEX #13A59E Light Sea Green

📋 copy color: '#13A59E'

red 19 ◦ green 165 ◦ blue 158

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

Shades of Light Sea Green #13A59E

Tints of Light Sea Green #13A59E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.25%

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 5.56%
G = 48.25%
B = 46.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#13A59E (or 0x13A59E) is known color: Light Sea Green. HEX triplet: 13, A5 and 9E. RGB value is (19,165,158). Sum of RGB (Red+Green+Blue) = 19+165+158=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #13A59E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A59E is #EC5A61. Grayscale: #787878. Windows color (decimal): -15489634 or 10396947. OLE color: 10396947.

HSL color Cylindrical-coordinate representation of color #13A59E: hue angle of 177.12º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A59E is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 165 158 -
CMYK 0.88 0 0.04 0.35
HSL 177.12º 0.79% 0.36% -
HSV(B) 177.12º 0.88% 0.65% -
XYZ 19.9 29.52 37 -
YUV 120.55 149.13 55.57 -
System Red Green Blue C M Y K H S L
Decimal 19 165 158 0.88 0 0.04 0.35 177.12 0.79 0.36
Hex 13 A5 9E 58 0 4 23 B1 4F 24
Octal 23 245 236 130 0 4 43 261 117 44
Binary 10011 10100101 10011110 1011000 0 100 100011 10110001 1001111 100100

Color Harmonies of #13A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A59E

Black with #13A59E

Text Example


Text Example

White with #13A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,165,158); }

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

background-color css

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

 a { background-color: rgb(19,165,158); }

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

border-color css

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

 span { border-color: rgb(19,165,158); }

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