Html Css Color HEX #133934 Deep Teal

📋 copy color: '#133934'

red 19 ◦ green 57 ◦ blue 52

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

Shades of Deep Teal #133934

Tints of Deep Teal #133934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.53%

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

R = 14.84%
G = 44.53%
B = 40.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#133934 (or 0x133934) is known color: Deep Teal. HEX triplet: 13, 39 and 34. RGB value is (19,57,52). Sum of RGB (Red+Green+Blue) = 19+57+52=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #133934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133934 is #ECC6CB. Grayscale: #2D2D2D. Windows color (decimal): -15517388 or 3422483. OLE color: 3422483.

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

Color convert

RGB 19 57 52 -
CMYK 0.67 0 0.09 0.78
HSL 172.11º 0.5% 0.15% -
HSV(B) 172.11º 0.67% 0.22% -
XYZ 2.35 3.31 3.76 -
YUV 45.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 19 57 52 0.67 0 0.09 0.78 172.11 0.5 0.15
Hex 13 39 34 43 0 9 4E AC 32 F
Octal 23 71 64 103 0 11 116 254 62 17
Binary 10011 111001 110100 1000011 0 1001 1001110 10101100 110010 1111

Color Harmonies of #133934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133934

Black with #133934

Text Example


Text Example

White with #133934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133934; }

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

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

background-color css

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

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

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

border-color css

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

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

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