Html Css Color HEX #12A076 Free Speech Aquamarine

📋 copy color: '#12A076'

red 18 ◦ green 160 ◦ blue 118

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

Shades of Free Speech Aquamarine #12A076

Tints of Free Speech Aquamarine #12A076

RGB

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

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

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

R = 6.08%
G = 54.05%
B = 39.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#12A076 (or 0x12A076) is known color: Free Speech Aquamarine. HEX triplet: 12, A0 and 76. RGB value is (18,160,118). Sum of RGB (Red+Green+Blue) = 18+160+118=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #12A076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A076 is #ED5F89. Grayscale: #707070. Windows color (decimal): -15556490 or 7774226. OLE color: 7774226.

HSL color Cylindrical-coordinate representation of color #12A076: hue angle of 162.25º 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 #12A076 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 160 118 -
CMYK 0.89 0 0.26 0.37
HSL 162.25º 0.8% 0.35% -
HSV(B) 162.25º 0.89% 0.63% -
XYZ 16.09 26.58 21.42 -
YUV 112.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 18 160 118 0.89 0 0.26 0.37 162.25 0.8 0.35
Hex 12 A0 76 59 0 1A 25 A2 50 23
Octal 22 240 166 131 0 32 45 242 120 43
Binary 10010 10100000 1110110 1011001 0 11010 100101 10100010 1010000 100011

Color Harmonies of #12A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A076

Black with #12A076

Text Example


Text Example

White with #12A076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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