Html Css Color HEX #13513F Deep Teal

📋 copy color: '#13513F'

red 19 ◦ green 81 ◦ blue 63

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

Shades of Deep Teal #13513F

Tints of Deep Teal #13513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.69%

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

R = 11.66%
G = 49.69%
B = 38.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#13513F (or 0x13513F) is known color: Deep Teal. HEX triplet: 13, 51 and 3F. RGB value is (19,81,63). Sum of RGB (Red+Green+Blue) = 19+81+63=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #13513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13513F is #ECAEC0. Grayscale: #3C3C3C. Windows color (decimal): -15511233 or 4149523. OLE color: 4149523.

HSL color Cylindrical-coordinate representation of color #13513F: hue angle of 162.58º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13513F is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 63 -
CMYK 0.77 0 0.22 0.68
HSL 162.58º 0.62% 0.2% -
HSV(B) 162.58º 0.77% 0.32% -
XYZ 4.11 6.38 5.72 -
YUV 60.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 19 81 63 0.77 0 0.22 0.68 162.58 0.62 0.2
Hex 13 51 3F 4D 0 16 44 A3 3E 14
Octal 23 121 77 115 0 26 104 243 76 24
Binary 10011 1010001 111111 1001101 0 10110 1000100 10100011 111110 10100

Color Harmonies of #13513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13513F

Black with #13513F

Text Example


Text Example

White with #13513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,81,63); }

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

background-color css

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

 a { background-color: rgb(19,81,63); }

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

border-color css

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

 span { border-color: rgb(19,81,63); }

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