Html Css Color HEX #134034 Deep Teal

📋 copy color: '#134034'

red 19 ◦ green 64 ◦ blue 52

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

Shades of Deep Teal #134034

Tints of Deep Teal #134034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.41%

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

R = 14.07%
G = 47.41%
B = 38.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#134034 (or 0x134034) is known color: Deep Teal. HEX triplet: 13, 40 and 34. RGB value is (19,64,52). Sum of RGB (Red+Green+Blue) = 19+64+52=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #134034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134034 is #ECBFCB. Grayscale: #313131. Windows color (decimal): -15515596 or 3424275. OLE color: 3424275.

HSL color Cylindrical-coordinate representation of color #134034: hue angle of 164º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134034 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 52 -
CMYK 0.70 0 0.19 0.75
HSL 164º 0.54% 0.16% -
HSV(B) 164º 0.7% 0.25% -
XYZ 2.72 4.05 3.89 -
YUV 49.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 19 64 52 0.70 0 0.19 0.75 164 0.54 0.16
Hex 13 40 34 46 0 13 4B A4 36 10
Octal 23 100 64 106 0 23 113 244 66 20
Binary 10011 1000000 110100 1000110 0 10011 1001011 10100100 110110 10000

Color Harmonies of #134034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134034

Black with #134034

Text Example


Text Example

White with #134034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134034; }

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

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

background-color css

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

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

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

border-color css

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

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

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