Html Css Color HEX #13997C Free Speech Aquamarine

📋 copy color: '#13997C'

red 19 ◦ green 153 ◦ blue 124

#13997C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #13997C

Tints of Free Speech Aquamarine #13997C

RGB

 RED value IS 19 (7.81% from 255) = 6.42%

 GREEN value IS 153 (60.16% from 255) = 51.69%

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 6.42%
G = 51.69%
B = 41.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#13997C (or 0x13997C) is known color: Free Speech Aquamarine. HEX triplet: 13, 99 and 7C. RGB value is (19,153,124). Sum of RGB (Red+Green+Blue) = 19+153+124=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #13997C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13997C is #EC6683. Grayscale: #6D6D6D. Windows color (decimal): -15492740 or 8165651. OLE color: 8165651.

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

Color convert

RGB 19 153 124 -
CMYK 0.88 0 0.19 0.4
HSL 167.01º 0.78% 0.34% -
HSV(B) 167.01º 0.88% 0.6% -
XYZ 15.3 24.38 22.97 -
YUV 109.63 136.11 63.36 -
System Red Green Blue C M Y K H S L
Decimal 19 153 124 0.88 0 0.19 0.4 167.01 0.78 0.34
Hex 13 99 7C 58 0 13 28 A7 4E 22
Octal 23 231 174 130 0 23 50 247 116 42
Binary 10011 10011001 1111100 1011000 0 10011 101000 10100111 1001110 100010

Color Harmonies of #13997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13997C

Black with #13997C

Text Example


Text Example

White with #13997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13997C;
 }
 .AnyTagClassName
 {
   color: #13997C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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