Html Css Color HEX #13A576 Free Speech Aquamarine

📋 copy color: '#13A576'

red 19 ◦ green 165 ◦ blue 118

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

Shades of Free Speech Aquamarine #13A576

Tints of Free Speech Aquamarine #13A576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 6.29%
G = 54.64%
B = 39.07%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#13A576 (or 0x13A576) is known color: Free Speech Aquamarine. HEX triplet: 13, A5 and 76. RGB value is (19,165,118). Sum of RGB (Red+Green+Blue) = 19+165+118=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #13A576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A576 is #EC5A89. Grayscale: #747474. Windows color (decimal): -15489674 or 7775507. OLE color: 7775507.

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

Color convert

RGB 19 165 118 -
CMYK 0.88 0 0.28 0.35
HSL 160.68º 0.79% 0.36% -
HSV(B) 160.68º 0.88% 0.65% -
XYZ 16.99 28.36 21.72 -
YUV 115.99 129.13 58.82 -
System Red Green Blue C M Y K H S L
Decimal 19 165 118 0.88 0 0.28 0.35 160.68 0.79 0.36
Hex 13 A5 76 58 0 1C 23 A1 4F 24
Octal 23 245 166 130 0 34 43 241 117 44
Binary 10011 10100101 1110110 1011000 0 11100 100011 10100001 1001111 100100

Color Harmonies of #13A576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A576

Black with #13A576

Text Example


Text Example

White with #13A576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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