#13987D

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

Shades of Free Speech Aquamarine #13987D

Tints of Free Speech Aquamarine #13987D

Color information

#13987D (or 0x13987D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 98 and 7D. RGB value is (19,152,125). Sum of RGB (Red+Green+Blue) = 19+152+125=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #13987D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13987D is #EC6782. Grayscale: #6D6D6D. Windows color (decimal): -15492995 or 8230931. OLE color: 8230931.

HSL color Cylindrical-coordinate representation of color #13987D: hue angle of 167.82º degrees, saturation: 0.78, 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 #13987D is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB19152125-
CMYK0.8700.180.40
HSL167.82º77.78%33.53%-
HSV(B)167.82º87.5%59.61%-
XYZ15.224.0823.25-
YUV109.15136.9463.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.42%
GREEN value IS 152 (59.77% from 255) = 51.35%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=6.42%
G=51.35%
B=42.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191521250.8700.180.40167.8277.7833.53
Hex13987D5701228a84e22
Octal232301751270225025011642
Binary100111001100011111011010111010010101000101010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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