Html Css Color HEX #19535C Teal Blue

📋 copy color: '#19535C'

red 25 ◦ green 83 ◦ blue 92

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

Shades of Teal Blue #19535C

Tints of Teal Blue #19535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46%

R = 12.5%
G = 41.5%
B = 46%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19535C (or 0x19535C) is known color: Teal Blue. HEX triplet: 19, 53 and 5C. RGB value is (25,83,92). Sum of RGB (Red+Green+Blue) = 25+83+92=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #19535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19535C is #E6ACA3. Grayscale: #424242. Windows color (decimal): -15117476 or 6050585. OLE color: 6050585.

HSL color Cylindrical-coordinate representation of color #19535C: hue angle of 188.06º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19535C is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 83 92 -
CMYK 0.73 0.10 0 0.64
HSL 188.06º 0.57% 0.23% -
HSV(B) 188.06º 0.73% 0.36% -
XYZ 5.43 7.17 11.22 -
YUV 66.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 25 83 92 0.73 0.10 0 0.64 188.06 0.57 0.23
Hex 19 53 5C 49 A 0 40 BC 39 17
Octal 31 123 134 111 12 0 100 274 71 27
Binary 11001 1010011 1011100 1001001 1010 0 1000000 10111100 111001 10111

Color Harmonies of #19535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19535C

Black with #19535C

Text Example


Text Example

White with #19535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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