Html Css Color HEX #12A079 Free Speech Aquamarine

📋 copy color: '#12A079'

red 18 ◦ green 160 ◦ blue 121

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

Shades of Free Speech Aquamarine #12A079

Tints of Free Speech Aquamarine #12A079

RGB

 RED value IS 18 (7.42% from 255) = 6.02%

 GREEN value IS 160 (62.89% from 255) = 53.51%

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

R = 6.02%
G = 53.51%
B = 40.47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#12A079 (or 0x12A079) is known color: Free Speech Aquamarine. HEX triplet: 12, A0 and 79. RGB value is (18,160,121). Sum of RGB (Red+Green+Blue) = 18+160+121=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 160 (62.89% from 255 or 53.51% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 160 - color contains mainly: green. Hex color #12A079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A079 is #ED5F86. Grayscale: #717171. Windows color (decimal): -15556487 or 7970834. OLE color: 7970834.

HSL color Cylindrical-coordinate representation of color #12A079: hue angle of 163.52º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A079 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 160 121 -
CMYK 0.89 0 0.24 0.37
HSL 163.52º 0.8% 0.35% -
HSV(B) 163.52º 0.89% 0.63% -
XYZ 16.27 26.65 22.38 -
YUV 113.1 132.46 60.17 -
System Red Green Blue C M Y K H S L
Decimal 18 160 121 0.89 0 0.24 0.37 163.52 0.8 0.35
Hex 12 A0 79 59 0 18 25 A4 50 23
Octal 22 240 171 131 0 30 45 244 120 43
Binary 10010 10100000 1111001 1011001 0 11000 100101 10100100 1010000 100011

Color Harmonies of #12A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A079

Black with #12A079

Text Example


Text Example

White with #12A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A079; }

 p { color: rgb(18,160,121); }

 H1.HeaderClassName
 {
   color: #12A079;
 }
 .AnyTagClassName
 {
   color: #12A079;
 }
</style>

background-color css

<style>
 a { background-color: #12A079; }

 a { background-color: rgb(18,160,121); }

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

border-color css

<style>
 span { border-color: #12A079; }

 span { border-color: rgb(18,160,121); }

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