Html Css Color HEX #13A676 Free Speech Aquamarine

📋 copy color: '#13A676'

red 19 ◦ green 166 ◦ blue 118

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

Shades of Free Speech Aquamarine #13A676

Tints of Free Speech Aquamarine #13A676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 54.79%

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

R = 6.27%
G = 54.79%
B = 38.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#13A676 (or 0x13A676) is known color: Free Speech Aquamarine. HEX triplet: 13, A6 and 76. RGB value is (19,166,118). Sum of RGB (Red+Green+Blue) = 19+166+118=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #13A676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A676 is #EC5989. Grayscale: #747474. Windows color (decimal): -15489418 or 7775763. OLE color: 7775763.

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

Color convert

RGB 19 166 118 -
CMYK 0.89 0 0.29 0.35
HSL 160.41º 0.79% 0.36% -
HSV(B) 160.41º 0.89% 0.65% -
XYZ 17.17 28.72 21.78 -
YUV 116.58 128.8 58.4 -
System Red Green Blue C M Y K H S L
Decimal 19 166 118 0.89 0 0.29 0.35 160.41 0.79 0.36
Hex 13 A6 76 59 0 1D 23 A0 4F 24
Octal 23 246 166 131 0 35 43 240 117 44
Binary 10011 10100110 1110110 1011001 0 11101 100011 10100000 1001111 100100

Color Harmonies of #13A676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A676

Black with #13A676

Text Example


Text Example

White with #13A676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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