#13947C

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

Shades of Free Speech Aquamarine #13947C

Tints of Free Speech Aquamarine #13947C

Color information

#13947C (or 0x13947C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 94 and 7C. RGB value is (19,148,124). Sum of RGB (Red+Green+Blue) = 19+148+124=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #13947C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13947C is #EC6B83. Grayscale: #6A6A6A. Windows color (decimal): -15494020 or 8164371. OLE color: 8164371.

HSL color Cylindrical-coordinate representation of color #13947C: hue angle of 168.84º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13947C is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB19148124-
CMYK0.8700.160.42
HSL168.84º77.25%32.75%-
HSV(B)168.84º87.16%58.04%-
XYZ14.522.7722.7-
YUV106.69137.7665.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 148 (58.20% from 255) = 50.86%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=6.53%
G=50.86%
B=42.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191481240.8700.160.42168.8477.2532.75
Hex13947C570102Aa94d21
Octal232241741270205225111541
Binary100111001010011111001010111010000101010101010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,148,124); }

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

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

 a { background-color: rgb(19,148,124); }

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

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

 span { border-color: rgb(19,148,124); }

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