#12A07B

Color #12A07B Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #12A07B

Tints of Free Speech Aquamarine #12A07B

Color information

#12A07B (or 0x12A07B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, A0 and 7B. RGB value is (18,160,123). Sum of RGB (Red+Green+Blue) = 18+160+123=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #12A07B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A07B is #ED5F84. Grayscale: #717171. Windows color (decimal): -15556485 or 8101906. OLE color: 8101906.

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

Color convert

RGB18160123-
CMYK0.8900.230.37
HSL164.37º79.78%34.9%-
HSV(B)164.37º88.75%62.75%-
XYZ16.426.723.03-
YUV113.32133.4660.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.98%
GREEN value IS 160 (62.89% from 255) = 53.16%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=5.98%
G=53.16%
B=40.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal181601230.8900.230.37164.3779.7834.9
Hex12A07B5901725a45023
Octal222401731310274524412043
Binary100101010000011110111011001010111100101101001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12A07B;
 }
 .AnyTagClassName
 {
   color: #12A07B;
 }
</style>
background-color css

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

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

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

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

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

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