Html Css Color HEX #13433E Deep Teal

📋 copy color: '#13433E'

red 19 ◦ green 67 ◦ blue 62

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

Shades of Deep Teal #13433E

Tints of Deep Teal #13433E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.89%

R = 12.84%
G = 45.27%
B = 41.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.74

RGB Variations

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

Color information

#13433E (or 0x13433E) is known color: Deep Teal. HEX triplet: 13, 43 and 3E. RGB value is (19,67,62). Sum of RGB (Red+Green+Blue) = 19+67+62=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #13433E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13433E is #ECBCC1. Grayscale: #343434. Windows color (decimal): -15514818 or 4080403. OLE color: 4080403.

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

Color convert

RGB 19 67 62 -
CMYK 0.72 0 0.07 0.74
HSL 173.75º 0.56% 0.17% -
HSV(B) 173.75º 0.72% 0.26% -
XYZ 3.15 4.5 5.26 -
YUV 52.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 19 67 62 0.72 0 0.07 0.74 173.75 0.56 0.17
Hex 13 43 3E 48 0 7 4A AE 38 11
Octal 23 103 76 110 0 7 112 256 70 21
Binary 10011 1000011 111110 1001000 0 111 1001010 10101110 111000 10001

Color Harmonies of #13433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13433E

Black with #13433E

Text Example


Text Example

White with #13433E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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