Html Css Color HEX #19433D Deep Teal

📋 copy color: '#19433D'

red 25 ◦ green 67 ◦ blue 61

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

Shades of Deep Teal #19433D

Tints of Deep Teal #19433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.87%

R = 16.34%
G = 43.79%
B = 39.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#19433D (or 0x19433D) is known color: Deep Teal. HEX triplet: 19, 43 and 3D. RGB value is (25,67,61). Sum of RGB (Red+Green+Blue) = 25+67+61=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #19433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19433D is #E6BCC2. Grayscale: #353535. Windows color (decimal): -15121603 or 4014873. OLE color: 4014873.

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

Color convert

RGB 25 67 61 -
CMYK 0.63 0 0.09 0.74
HSL 171.43º 0.46% 0.18% -
HSV(B) 171.43º 0.63% 0.26% -
XYZ 3.25 4.56 5.12 -
YUV 53.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 25 67 61 0.63 0 0.09 0.74 171.43 0.46 0.18
Hex 19 43 3D 3F 0 9 4A AB 2E 12
Octal 31 103 75 77 0 11 112 253 56 22
Binary 11001 1000011 111101 111111 0 1001 1001010 10101011 101110 10010

Color Harmonies of #19433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19433D

Black with #19433D

Text Example


Text Example

White with #19433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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