Html Css Color HEX #13A477 Free Speech Aquamarine

📋 copy color: '#13A477'

red 19 ◦ green 164 ◦ blue 119

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

Shades of Free Speech Aquamarine #13A477

Tints of Free Speech Aquamarine #13A477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.3%

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 6.29%
G = 54.3%
B = 39.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#13A477 (or 0x13A477) is known color: Free Speech Aquamarine. HEX triplet: 13, A4 and 77. RGB value is (19,164,119). Sum of RGB (Red+Green+Blue) = 19+164+119=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #13A477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A477 is #EC5B88. Grayscale: #737373. Windows color (decimal): -15489929 or 7840787. OLE color: 7840787.

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

Color convert

RGB 19 164 119 -
CMYK 0.88 0 0.27 0.36
HSL 161.38º 0.79% 0.36% -
HSV(B) 161.38º 0.88% 0.64% -
XYZ 16.87 28.02 21.97 -
YUV 115.52 129.96 59.16 -
System Red Green Blue C M Y K H S L
Decimal 19 164 119 0.88 0 0.27 0.36 161.38 0.79 0.36
Hex 13 A4 77 58 0 1B 24 A1 4F 24
Octal 23 244 167 130 0 33 44 241 117 44
Binary 10011 10100100 1110111 1011000 0 11011 100100 10100001 1001111 100100

Color Harmonies of #13A477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A477

Black with #13A477

Text Example


Text Example

White with #13A477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,164,119); }

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

background-color css

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

 a { background-color: rgb(19,164,119); }

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

border-color css

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

 span { border-color: rgb(19,164,119); }

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