Html Css Color HEX #12A375 Free Speech Aquamarine

📋 copy color: '#12A375'

red 18 ◦ green 163 ◦ blue 117

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

Shades of Free Speech Aquamarine #12A375

Tints of Free Speech Aquamarine #12A375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.7%

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 6.04%
G = 54.7%
B = 39.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#12A375 (or 0x12A375) is known color: Free Speech Aquamarine. HEX triplet: 12, A3 and 75. RGB value is (18,163,117). Sum of RGB (Red+Green+Blue) = 18+163+117=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #12A375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A375 is #ED5C8A. Grayscale: #727272. Windows color (decimal): -15555723 or 7709458. OLE color: 7709458.

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

Color convert

RGB 18 163 117 -
CMYK 0.89 0 0.28 0.36
HSL 160.97º 0.8% 0.35% -
HSV(B) 160.97º 0.89% 0.64% -
XYZ 16.56 27.61 21.29 -
YUV 114.4 129.46 59.24 -
System Red Green Blue C M Y K H S L
Decimal 18 163 117 0.89 0 0.28 0.36 160.97 0.8 0.35
Hex 12 A3 75 59 0 1C 24 A1 50 23
Octal 22 243 165 131 0 34 44 241 120 43
Binary 10010 10100011 1110101 1011001 0 11100 100100 10100001 1010000 100011

Color Harmonies of #12A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A375

Black with #12A375

Text Example


Text Example

White with #12A375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,163,117); }

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

background-color css

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

 a { background-color: rgb(18,163,117); }

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

border-color css

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

 span { border-color: rgb(18,163,117); }

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