#13947D

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

Shades of Free Speech Aquamarine #13947D

Tints of Free Speech Aquamarine #13947D

Color information

#13947D (or 0x13947D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 94 and 7D. RGB value is (19,148,125). Sum of RGB (Red+Green+Blue) = 19+148+125=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #13947D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13947D is #EC6B82. Grayscale: #6A6A6A. Windows color (decimal): -15494019 or 8229907. OLE color: 8229907.

HSL color Cylindrical-coordinate representation of color #13947D: hue angle of 169.3º 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 #13947D is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB19148125-
CMYK0.8700.160.42
HSL169.3º77.25%32.75%-
HSV(B)169.3º87.16%58.04%-
XYZ14.5622.823.04-
YUV106.81138.2665.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 148 (58.20% from 255) = 50.68%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=6.51%
G=50.68%
B=42.81%

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
Decimal191481250.8700.160.42169.377.2532.75
Hex13947D570102Aa94d21
Octal232241751270205225111541
Binary100111001010011111011010111010000101010101010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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