Html Css Color HEX #134336 Deep Teal

📋 copy color: '#134336'

red 19 ◦ green 67 ◦ blue 54

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

Shades of Deep Teal #134336

Tints of Deep Teal #134336

RGB

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

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

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

R = 13.57%
G = 47.86%
B = 38.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

#134336 (or 0x134336) is known color: Deep Teal. HEX triplet: 13, 43 and 36. RGB value is (19,67,54). Sum of RGB (Red+Green+Blue) = 19+67+54=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #134336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134336 is #ECBCC9. Grayscale: #333333. Windows color (decimal): -15514826 or 3556115. OLE color: 3556115.

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

Color convert

RGB 19 67 54 -
CMYK 0.72 0 0.19 0.74
HSL 163.75º 0.56% 0.17% -
HSV(B) 163.75º 0.72% 0.26% -
XYZ 2.94 4.42 4.19 -
YUV 51.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 19 67 54 0.72 0 0.19 0.74 163.75 0.56 0.17
Hex 13 43 36 48 0 13 4A A4 38 11
Octal 23 103 66 110 0 23 112 244 70 21
Binary 10011 1000011 110110 1001000 0 10011 1001010 10100100 111000 10001

Color Harmonies of #134336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134336

Black with #134336

Text Example


Text Example

White with #134336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134336; }

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

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

background-color css

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

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

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

border-color css

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

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

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