Html Css Color HEX #19A693 Niagara

📋 copy color: '#19A693'

red 25 ◦ green 166 ◦ blue 147

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

Shades of Niagara #19A693

Tints of Niagara #19A693

RGB

 RED value IS 25 (10.16% from 255) = 7.4%

 GREEN value IS 166 (65.23% from 255) = 49.11%

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 7.4%
G = 49.11%
B = 43.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#19A693 (or 0x19A693) is known color: Niagara. HEX triplet: 19, A6 and 93. RGB value is (25,166,147). Sum of RGB (Red+Green+Blue) = 25+166+147=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #19A693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A693 is #E6596C. Grayscale: #797979. Windows color (decimal): -15096173 or 9676313. OLE color: 9676313.

HSL color Cylindrical-coordinate representation of color #19A693: hue angle of 171.91º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A693 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 25 166 147 -
CMYK 0.85 0 0.11 0.35
HSL 171.91º 0.74% 0.37% -
HSV(B) 171.91º 0.85% 0.65% -
XYZ 19.3 29.59 32.3 -
YUV 121.68 142.29 59.04 -
System Red Green Blue C M Y K H S L
Decimal 25 166 147 0.85 0 0.11 0.35 171.91 0.74 0.37
Hex 19 A6 93 55 0 B 23 AC 4A 25
Octal 31 246 223 125 0 13 43 254 112 45
Binary 11001 10100110 10010011 1010101 0 1011 100011 10101100 1001010 100101

Color Harmonies of #19A693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A693

Black with #19A693

Text Example


Text Example

White with #19A693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19A693; }

 p { color: rgb(25,166,147); }

 H1.HeaderClassName
 {
   color: #19A693;
 }
 .AnyTagClassName
 {
   color: #19A693;
 }
</style>

background-color css

<style>
 a { background-color: #19A693; }

 a { background-color: rgb(25,166,147); }

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

border-color css

<style>
 span { border-color: #19A693; }

 span { border-color: rgb(25,166,147); }

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