Html Css Color HEX #134438 Deep Teal

📋 copy color: '#134438'

red 19 ◦ green 68 ◦ blue 56

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

Shades of Deep Teal #134438

Tints of Deep Teal #134438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.55%

 BLUE value IS 56 (22.27% from 255) = 39.16%

R = 13.29%
G = 47.55%
B = 39.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#134438 (or 0x134438) is known color: Deep Teal. HEX triplet: 13, 44 and 38. RGB value is (19,68,56). Sum of RGB (Red+Green+Blue) = 19+68+56=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #134438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134438 is #ECBBC7. Grayscale: #333333. Windows color (decimal): -15514568 or 3687443. OLE color: 3687443.

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

Color convert

RGB 19 68 56 -
CMYK 0.72 0 0.18 0.73
HSL 165.31º 0.56% 0.17% -
HSV(B) 165.31º 0.72% 0.27% -
XYZ 3.05 4.56 4.46 -
YUV 51.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 19 68 56 0.72 0 0.18 0.73 165.31 0.56 0.17
Hex 13 44 38 48 0 12 49 A5 38 11
Octal 23 104 70 110 0 22 111 245 70 21
Binary 10011 1000100 111000 1001000 0 10010 1001001 10100101 111000 10001

Color Harmonies of #134438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134438

Black with #134438

Text Example


Text Example

White with #134438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134438; }

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

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

background-color css

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

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

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

border-color css

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

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

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