Html Css Color HEX #13433D Deep Teal

📋 copy color: '#13433D'

red 19 ◦ green 67 ◦ blue 61

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

Shades of Deep Teal #13433D

Tints of Deep Teal #13433D

RGB

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

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

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

R = 12.93%
G = 45.58%
B = 41.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#13433D (or 0x13433D) is known color: Deep Teal. HEX triplet: 13, 43 and 3D. RGB value is (19,67,61). Sum of RGB (Red+Green+Blue) = 19+67+61=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #13433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13433D is #ECBCC2. Grayscale: #333333. Windows color (decimal): -15514819 or 4014867. OLE color: 4014867.

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

Color convert

RGB 19 67 61 -
CMYK 0.72 0 0.09 0.74
HSL 172.5º 0.56% 0.17% -
HSV(B) 172.5º 0.72% 0.26% -
XYZ 3.12 4.49 5.12 -
YUV 51.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 19 67 61 0.72 0 0.09 0.74 172.5 0.56 0.17
Hex 13 43 3D 48 0 9 4A AC 38 11
Octal 23 103 75 110 0 11 112 254 70 21
Binary 10011 1000011 111101 1001000 0 1001 1001010 10101100 111000 10001

Color Harmonies of #13433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13433D

Black with #13433D

Text Example


Text Example

White with #13433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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