Html Css Color HEX #19433F Deep Teal

📋 copy color: '#19433F'

red 25 ◦ green 67 ◦ blue 63

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

Shades of Deep Teal #19433F

Tints of Deep Teal #19433F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.65%

R = 16.13%
G = 43.23%
B = 40.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#19433F (or 0x19433F) is known color: Deep Teal. HEX triplet: 19, 43 and 3F. RGB value is (25,67,63). Sum of RGB (Red+Green+Blue) = 25+67+63=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #19433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19433F is #E6BCC0. Grayscale: #353535. Windows color (decimal): -15121601 or 4145945. OLE color: 4145945.

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

Color convert

RGB 25 67 63 -
CMYK 0.63 0 0.06 0.74
HSL 174.29º 0.46% 0.18% -
HSV(B) 174.29º 0.63% 0.26% -
XYZ 3.31 4.58 5.41 -
YUV 53.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 25 67 63 0.63 0 0.06 0.74 174.29 0.46 0.18
Hex 19 43 3F 3F 0 6 4A AE 2E 12
Octal 31 103 77 77 0 6 112 256 56 22
Binary 11001 1000011 111111 111111 0 110 1001010 10101110 101110 10010

Color Harmonies of #19433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19433F

Black with #19433F

Text Example


Text Example

White with #19433F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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