Html Css Color HEX #13433C Deep Teal

📋 copy color: '#13433C'

red 19 ◦ green 67 ◦ blue 60

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

Shades of Deep Teal #13433C

Tints of Deep Teal #13433C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.1%

R = 13.01%
G = 45.89%
B = 41.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#13433C (or 0x13433C) is known color: Deep Teal. HEX triplet: 13, 43 and 3C. RGB value is (19,67,60). Sum of RGB (Red+Green+Blue) = 19+67+60=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #13433C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13433C is #ECBCC3. Grayscale: #333333. Windows color (decimal): -15514820 or 3949331. OLE color: 3949331.

HSL color Cylindrical-coordinate representation of color #13433C: hue angle of 171.25º 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 #13433C is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 60 -
CMYK 0.72 0 0.10 0.74
HSL 171.25º 0.56% 0.17% -
HSV(B) 171.25º 0.72% 0.26% -
XYZ 3.09 4.48 4.98 -
YUV 51.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 19 67 60 0.72 0 0.10 0.74 171.25 0.56 0.17
Hex 13 43 3C 48 0 A 4A AB 38 11
Octal 23 103 74 110 0 12 112 253 70 21
Binary 10011 1000011 111100 1001000 0 1010 1001010 10101011 111000 10001

Color Harmonies of #13433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13433C

Black with #13433C

Text Example


Text Example

White with #13433C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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