Html Css Color HEX #13A579 Free Speech Aquamarine

📋 copy color: '#13A579'

red 19 ◦ green 165 ◦ blue 121

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

Shades of Free Speech Aquamarine #13A579

Tints of Free Speech Aquamarine #13A579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.67%

R = 6.23%
G = 54.1%
B = 39.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#13A579 (or 0x13A579) is known color: Free Speech Aquamarine. HEX triplet: 13, A5 and 79. RGB value is (19,165,121). Sum of RGB (Red+Green+Blue) = 19+165+121=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #13A579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A579 is #EC5A86. Grayscale: #747474. Windows color (decimal): -15489671 or 7972115. OLE color: 7972115.

HSL color Cylindrical-coordinate representation of color #13A579: hue angle of 161.92º 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 #13A579 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 165 121 -
CMYK 0.88 0 0.27 0.35
HSL 161.92º 0.79% 0.36% -
HSV(B) 161.92º 0.88% 0.65% -
XYZ 17.17 28.43 22.67 -
YUV 116.33 130.63 58.58 -
System Red Green Blue C M Y K H S L
Decimal 19 165 121 0.88 0 0.27 0.35 161.92 0.79 0.36
Hex 13 A5 79 58 0 1B 23 A2 4F 24
Octal 23 245 171 130 0 33 43 242 117 44
Binary 10011 10100101 1111001 1011000 0 11011 100011 10100010 1001111 100100

Color Harmonies of #13A579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A579

Black with #13A579

Text Example


Text Example

White with #13A579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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