Html Css Color HEX #133734 Deep Teal

📋 copy color: '#133734'

red 19 ◦ green 55 ◦ blue 52

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

Shades of Deep Teal #133734

Tints of Deep Teal #133734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

 BLUE value IS 52 (20.7% from 255) = 41.27%

R = 15.08%
G = 43.65%
B = 41.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#133734 (or 0x133734) is known color: Deep Teal. HEX triplet: 13, 37 and 34. RGB value is (19,55,52). Sum of RGB (Red+Green+Blue) = 19+55+52=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #133734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133734 is #ECC8CB. Grayscale: #2B2B2B. Windows color (decimal): -15517900 or 3421971. OLE color: 3421971.

HSL color Cylindrical-coordinate representation of color #133734: hue angle of 175º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133734 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 52 -
CMYK 0.65 0 0.05 0.78
HSL 175º 0.49% 0.15% -
HSV(B) 175º 0.65% 0.22% -
XYZ 2.25 3.12 3.73 -
YUV 43.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 19 55 52 0.65 0 0.05 0.78 175 0.49 0.15
Hex 13 37 34 41 0 5 4E AF 31 F
Octal 23 67 64 101 0 5 116 257 61 17
Binary 10011 110111 110100 1000001 0 101 1001110 10101111 110001 1111

Color Harmonies of #133734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133734

Black with #133734

Text Example


Text Example

White with #133734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133734; }

 p { color: rgb(19,55,52); }

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

background-color css

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

 a { background-color: rgb(19,55,52); }

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

border-color css

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

 span { border-color: rgb(19,55,52); }

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