Html Css Color HEX #13433B Deep Teal

📋 copy color: '#13433B'

red 19 ◦ green 67 ◦ blue 59

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

Shades of Deep Teal #13433B

Tints of Deep Teal #13433B

RGB

 RED value IS 19 (7.81% from 255) = 13.1%

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

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

R = 13.1%
G = 46.21%
B = 40.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#13433B (or 0x13433B) is known color: Deep Teal. HEX triplet: 13, 43 and 3B. RGB value is (19,67,59). Sum of RGB (Red+Green+Blue) = 19+67+59=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #13433B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13433B is #ECBCC4. Grayscale: #333333. Windows color (decimal): -15514821 or 3883795. OLE color: 3883795.

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

Color convert

RGB 19 67 59 -
CMYK 0.72 0 0.12 0.74
HSL 170º 0.56% 0.17% -
HSV(B) 170º 0.72% 0.26% -
XYZ 3.07 4.47 4.84 -
YUV 51.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 19 67 59 0.72 0 0.12 0.74 170 0.56 0.17
Hex 13 43 3B 48 0 C 4A AA 38 11
Octal 23 103 73 110 0 14 112 252 70 21
Binary 10011 1000011 111011 1001000 0 1100 1001010 10101010 111000 10001

Color Harmonies of #13433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13433B

Black with #13433B

Text Example


Text Example

White with #13433B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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