Html Css Color HEX #19433B Deep Teal

📋 copy color: '#19433B'

red 25 ◦ green 67 ◦ blue 59

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

Shades of Deep Teal #19433B

Tints of Deep Teal #19433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.37%

 BLUE value IS 59 (23.44% from 255) = 39.07%

R = 16.56%
G = 44.37%
B = 39.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#19433B (or 0x19433B) is known color: Deep Teal. HEX triplet: 19, 43 and 3B. RGB value is (25,67,59). Sum of RGB (Red+Green+Blue) = 25+67+59=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #19433B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19433B is #E6BCC4. Grayscale: #353535. Windows color (decimal): -15121605 or 3883801. OLE color: 3883801.

HSL color Cylindrical-coordinate representation of color #19433B: hue angle of 168.57º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #19433B is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 67 59 -
CMYK 0.63 0 0.12 0.74
HSL 168.57º 0.46% 0.18% -
HSV(B) 168.57º 0.63% 0.26% -
XYZ 3.2 4.54 4.84 -
YUV 53.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 25 67 59 0.63 0 0.12 0.74 168.57 0.46 0.18
Hex 19 43 3B 3F 0 C 4A A9 2E 12
Octal 31 103 73 77 0 14 112 251 56 22
Binary 11001 1000011 111011 111111 0 1100 1001010 10101001 101110 10010

Color Harmonies of #19433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19433B

Black with #19433B

Text Example


Text Example

White with #19433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19433B; }

 p { color: rgb(25,67,59); }

 H1.HeaderClassName
 {
   color: #19433B;
 }
 .AnyTagClassName
 {
   color: #19433B;
 }
</style>

background-color css

<style>
 a { background-color: #19433B; }

 a { background-color: rgb(25,67,59); }

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

border-color css

<style>
 span { border-color: #19433B; }

 span { border-color: rgb(25,67,59); }

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