Html Css Color HEX #134640 Deep Teal

📋 copy color: '#134640'

red 19 ◦ green 70 ◦ blue 64

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

Shades of Deep Teal #134640

Tints of Deep Teal #134640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.75%

 BLUE value IS 64 (25.39% from 255) = 41.83%

R = 12.42%
G = 45.75%
B = 41.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#134640 (or 0x134640) is known color: Deep Teal. HEX triplet: 13, 46 and 40. RGB value is (19,70,64). Sum of RGB (Red+Green+Blue) = 19+70+64=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #134640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134640 is #ECB9BF. Grayscale: #363636. Windows color (decimal): -15514048 or 4212243. OLE color: 4212243.

HSL color Cylindrical-coordinate representation of color #134640: hue angle of 172.94º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134640 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 64 -
CMYK 0.73 0 0.09 0.73
HSL 172.94º 0.57% 0.17% -
HSV(B) 172.94º 0.73% 0.27% -
XYZ 3.38 4.89 5.62 -
YUV 54.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 19 70 64 0.73 0 0.09 0.73 172.94 0.57 0.17
Hex 13 46 40 49 0 9 49 AD 39 11
Octal 23 106 100 111 0 11 111 255 71 21
Binary 10011 1000110 1000000 1001001 0 1001 1001001 10101101 111001 10001

Color Harmonies of #134640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134640

Black with #134640

Text Example


Text Example

White with #134640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134640; }

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

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

background-color css

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

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

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

border-color css

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

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

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