Html Css Color HEX #133936 Deep Teal

📋 copy color: '#133936'

red 19 ◦ green 57 ◦ blue 54

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

Shades of Deep Teal #133936

Tints of Deep Teal #133936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 41.54%

R = 14.62%
G = 43.85%
B = 41.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#133936 (or 0x133936) is known color: Deep Teal. HEX triplet: 13, 39 and 36. RGB value is (19,57,54). Sum of RGB (Red+Green+Blue) = 19+57+54=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #133936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133936 is #ECC6C9. Grayscale: #2D2D2D. Windows color (decimal): -15517386 or 3553555. OLE color: 3553555.

HSL color Cylindrical-coordinate representation of color #133936: hue angle of 175.26º 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 #133936 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 54 -
CMYK 0.67 0 0.05 0.78
HSL 175.26º 0.5% 0.15% -
HSV(B) 175.26º 0.67% 0.22% -
XYZ 2.4 3.33 4.01 -
YUV 45.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 19 57 54 0.67 0 0.05 0.78 175.26 0.5 0.15
Hex 13 39 36 43 0 5 4E AF 32 F
Octal 23 71 66 103 0 5 116 257 62 17
Binary 10011 111001 110110 1000011 0 101 1001110 10101111 110010 1111

Color Harmonies of #133936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133936

Black with #133936

Text Example


Text Example

White with #133936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133936; }

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

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

background-color css

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

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

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

border-color css

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

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

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