#134138

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

Shades of Deep Teal #134138

Tints of Deep Teal #134138

Color information

#134138 (or 0x134138) is unknown color: approx Deep Teal. HEX triplet: 13, 41 and 38. RGB value is (19,65,56). Sum of RGB (Red+Green+Blue) = 19+65+56=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #134138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134138 is #ECBEC7. Grayscale: #323232. Windows color (decimal): -15515336 or 3686675. OLE color: 3686675.

HSL color Cylindrical-coordinate representation of color #134138: hue angle of 168.26º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134138 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB196556-
CMYK0.7100.140.75
HSL168.26º54.76%16.47%-
HSV(B)168.26º70.77%25.49%-
XYZ2.874.24.4-
YUV50.22131.26105.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 56 (22.27% from 255) = 40%
R=13.57%
G=46.43%
B=40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965560.7100.140.75168.2654.7616.47
Hex134138470E4Ba83710
Octal23101701070161132506720
Binary10011100000111100010001110111010010111010100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134138; }

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

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

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

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

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

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

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

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