Html Css Color HEX #19433A Deep Teal

📋 copy color: '#19433A'

red 25 ◦ green 67 ◦ blue 58

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

Shades of Deep Teal #19433A

Tints of Deep Teal #19433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 38.67%

R = 16.67%
G = 44.67%
B = 38.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.74

RGB Variations

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

Color information

#19433A (or 0x19433A) is known color: Deep Teal. HEX triplet: 19, 43 and 3A. RGB value is (25,67,58). Sum of RGB (Red+Green+Blue) = 25+67+58=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #19433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19433A is #E6BCC5. Grayscale: #353535. Windows color (decimal): -15121606 or 3818265. OLE color: 3818265.

HSL color Cylindrical-coordinate representation of color #19433A: hue angle of 167.14º 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 #19433A is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 67 58 -
CMYK 0.63 0 0.13 0.74
HSL 167.14º 0.46% 0.18% -
HSV(B) 167.14º 0.63% 0.26% -
XYZ 3.17 4.53 4.71 -
YUV 53.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 25 67 58 0.63 0 0.13 0.74 167.14 0.46 0.18
Hex 19 43 3A 3F 0 D 4A A7 2E 12
Octal 31 103 72 77 0 15 112 247 56 22
Binary 11001 1000011 111010 111111 0 1101 1001010 10100111 101110 10010

Color Harmonies of #19433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19433A

Black with #19433A

Text Example


Text Example

White with #19433A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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