#13997B

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

Shades of Free Speech Aquamarine #13997B

Tints of Free Speech Aquamarine #13997B

Color information

#13997B (or 0x13997B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 13, 99 and 7B. RGB value is (19,153,123). Sum of RGB (Red+Green+Blue) = 19+153+123=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #13997B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13997B is #EC6684. Grayscale: #6D6D6D. Windows color (decimal): -15492741 or 8100115. OLE color: 8100115.

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

Color convert

RGB19153123-
CMYK0.8800.200.4
HSL166.57º77.91%33.73%-
HSV(B)166.57º87.58%60%-
XYZ15.2324.3522.64-
YUV109.51135.6163.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=6.44%
G=51.86%
B=41.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191531230.8800.200.4166.5777.9133.73
Hex13997B5801428a74e22
Octal232311731300245024711642
Binary100111001100111110111011000010100101000101001111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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