Html Css Color HEX #19535D Teal Blue

📋 copy color: '#19535D'

red 25 ◦ green 83 ◦ blue 93

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

Shades of Teal Blue #19535D

Tints of Teal Blue #19535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.27%

R = 12.44%
G = 41.29%
B = 46.27%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19535D (or 0x19535D) is known color: Teal Blue. HEX triplet: 19, 53 and 5D. RGB value is (25,83,93). Sum of RGB (Red+Green+Blue) = 25+83+93=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #19535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19535D is #E6ACA2. Grayscale: #424242. Windows color (decimal): -15117475 or 6116121. OLE color: 6116121.

HSL color Cylindrical-coordinate representation of color #19535D: hue angle of 188.82º degrees, saturation: 0.58, 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 #19535D is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 83 93 -
CMYK 0.73 0.11 0 0.64
HSL 188.82º 0.58% 0.23% -
HSV(B) 188.82º 0.73% 0.36% -
XYZ 5.47 7.18 11.45 -
YUV 66.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 25 83 93 0.73 0.11 0 0.64 188.82 0.58 0.23
Hex 19 53 5D 49 B 0 40 BD 3A 17
Octal 31 123 135 111 13 0 100 275 72 27
Binary 11001 1010011 1011101 1001001 1011 0 1000000 10111101 111010 10111

Color Harmonies of #19535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19535D

Black with #19535D

Text Example


Text Example

White with #19535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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