#134638

Color #134638 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #134638

Tints of Deep Teal #134638

Color information

#134638 (or 0x134638) is unknown color: approx Deep Teal. HEX triplet: 13, 46 and 38. RGB value is (19,70,56). Sum of RGB (Red+Green+Blue) = 19+70+56=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #134638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134638 is #ECB9C7. Grayscale: #353535. Windows color (decimal): -15514056 or 3687955. OLE color: 3687955.

HSL color Cylindrical-coordinate representation of color #134638: hue angle of 163.53º 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 #134638 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB197056-
CMYK0.7300.200.73
HSL163.53º57.3%17.45%-
HSV(B)163.53º72.86%27.45%-
XYZ3.174.84.5-
YUV53.15129.6103.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=13.10%
G=48.28%
B=38.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970560.7300.200.73163.5357.317.45
Hex1346384901449a43911
Octal23106701110241112447121
Binary100111000110111000100100101010010010011010010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134638; }

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

 H1.HeaderClassName
 {
   color: #134638;
 }
 .AnyTagClassName
 {
   color: #134638;
 }
</style>
background-color css

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

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

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

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

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

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