#13967B

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

Shades of Free Speech Aquamarine #13967B

Tints of Free Speech Aquamarine #13967B

Color information

#13967B (or 0x13967B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 96 and 7B. RGB value is (19,150,123). Sum of RGB (Red+Green+Blue) = 19+150+123=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #13967B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13967B is #EC6984. Grayscale: #6B6B6B. Windows color (decimal): -15493509 or 8099347. OLE color: 8099347.

HSL color Cylindrical-coordinate representation of color #13967B: hue angle of 167.63º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13967B is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB19150123-
CMYK0.8700.180.41
HSL167.63º77.51%33.14%-
HSV(B)167.63º87.33%58.82%-
XYZ14.7523.3822.47-
YUV107.75136.664.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 123 (48.44% from 255) = 42.12%
R=6.51%
G=51.37%
B=42.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191501230.8700.180.41167.6377.5133.14
Hex13967B5701229a84e21
Octal232261731270225125011641
Binary100111001011011110111010111010010101001101010001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13967B; }

 p { color: rgb(19,150,123); }

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

<style>
 a { background-color: #13967B; }

 a { background-color: rgb(19,150,123); }

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

<style>
 span { border-color: #13967B; }

 span { border-color: rgb(19,150,123); }

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