Html Css Color HEX #12A574 Free Speech Aquamarine

📋 copy color: '#12A574'

red 18 ◦ green 165 ◦ blue 116

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

Shades of Free Speech Aquamarine #12A574

Tints of Free Speech Aquamarine #12A574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 6.02%
G = 55.18%
B = 38.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#12A574 (or 0x12A574) is known color: Free Speech Aquamarine. HEX triplet: 12, A5 and 74. RGB value is (18,165,116). Sum of RGB (Red+Green+Blue) = 18+165+116=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #12A574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A574 is #ED5A8B. Grayscale: #737373. Windows color (decimal): -15555212 or 7644434. OLE color: 7644434.

HSL color Cylindrical-coordinate representation of color #12A574: hue angle of 160º degrees, saturation: 0.8, 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 #12A574 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 116 -
CMYK 0.89 0 0.30 0.35
HSL 160º 0.8% 0.36% -
HSV(B) 160º 0.89% 0.65% -
XYZ 16.86 28.3 21.1 -
YUV 115.46 128.3 58.48 -
System Red Green Blue C M Y K H S L
Decimal 18 165 116 0.89 0 0.30 0.35 160 0.8 0.36
Hex 12 A5 74 59 0 1E 23 A0 50 24
Octal 22 245 164 131 0 36 43 240 120 44
Binary 10010 10100101 1110100 1011001 0 11110 100011 10100000 1010000 100100

Color Harmonies of #12A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A574

Black with #12A574

Text Example


Text Example

White with #12A574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,165,116); }

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

background-color css

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

 a { background-color: rgb(18,165,116); }

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

border-color css

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

 span { border-color: rgb(18,165,116); }

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