Html Css Color HEX #19535A Teal Blue

📋 copy color: '#19535A'

red 25 ◦ green 83 ◦ blue 90

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

Shades of Teal Blue #19535A

Tints of Teal Blue #19535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.92%

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 12.63%
G = 41.92%
B = 45.45%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19535A (or 0x19535A) is known color: Teal Blue. HEX triplet: 19, 53 and 5A. RGB value is (25,83,90). Sum of RGB (Red+Green+Blue) = 25+83+90=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #19535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19535A is #E6ACA5. Grayscale: #424242. Windows color (decimal): -15117478 or 5919513. OLE color: 5919513.

HSL color Cylindrical-coordinate representation of color #19535A: hue angle of 186.46º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19535A is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 83 90 -
CMYK 0.72 0.08 0 0.65
HSL 186.46º 0.57% 0.23% -
HSV(B) 186.46º 0.72% 0.35% -
XYZ 5.34 7.13 10.77 -
YUV 66.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 25 83 90 0.72 0.08 0 0.65 186.46 0.57 0.23
Hex 19 53 5A 48 8 0 41 BA 39 17
Octal 31 123 132 110 10 0 101 272 71 27
Binary 11001 1010011 1011010 1001000 1000 0 1000001 10111010 111001 10111

Color Harmonies of #19535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19535A

Black with #19535A

Text Example


Text Example

White with #19535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19535A; }

 p { color: rgb(25,83,90); }

 H1.HeaderClassName
 {
   color: #19535A;
 }
 .AnyTagClassName
 {
   color: #19535A;
 }
</style>

background-color css

<style>
 a { background-color: #19535A; }

 a { background-color: rgb(25,83,90); }

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

border-color css

<style>
 span { border-color: #19535A; }

 span { border-color: rgb(25,83,90); }

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