#12997A

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

Shades of Free Speech Aquamarine #12997A

Tints of Free Speech Aquamarine #12997A

Color information

#12997A (or 0x12997A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 99 and 7A. RGB value is (18,153,122). Sum of RGB (Red+Green+Blue) = 18+153+122=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #12997A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12997A is #ED6685. Grayscale: #6D6D6D. Windows color (decimal): -15558278 or 8034578. OLE color: 8034578.

HSL color Cylindrical-coordinate representation of color #12997A: hue angle of 166.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12997A is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB18153122-
CMYK0.8800.200.4
HSL166.22º78.95%33.53%-
HSV(B)166.22º88.24%60%-
XYZ15.1524.3222.31-
YUV109.1135.2763.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=6.14%
G=52.22%
B=41.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181531220.8800.200.4166.2278.9533.53
Hex12997A5801428a64f22
Octal222311721300245024611742
Binary100101001100111110101011000010100101000101001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12997A; }

 p { color: rgb(18,153,122); }

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

<style>
 a { background-color: #12997A; }

 a { background-color: rgb(18,153,122); }

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

<style>
 span { border-color: #12997A; }

 span { border-color: rgb(18,153,122); }

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