#12997C

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

Shades of Free Speech Aquamarine #12997C

Tints of Free Speech Aquamarine #12997C

Color information

#12997C (or 0x12997C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, 99 and 7C. RGB value is (18,153,124). Sum of RGB (Red+Green+Blue) = 18+153+124=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #12997C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12997C is #ED6683. Grayscale: #6D6D6D. Windows color (decimal): -15558276 or 8165650. OLE color: 8165650.

HSL color Cylindrical-coordinate representation of color #12997C: hue angle of 167.11º 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 #12997C is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB18153124-
CMYK0.8800.190.4
HSL167.11º78.95%33.53%-
HSV(B)167.11º88.24%60%-
XYZ15.2824.3722.97-
YUV109.33136.2762.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=6.10%
G=51.86%
B=42.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181531240.8800.190.4167.1178.9533.53
Hex12997C5801328a74f22
Octal222311741300235024711742
Binary100101001100111111001011000010011101000101001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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