Html Css Color HEX #134539 Deep Teal

📋 copy color: '#134539'

red 19 ◦ green 69 ◦ blue 57

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

Shades of Deep Teal #134539

Tints of Deep Teal #134539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.59%

 BLUE value IS 57 (22.66% from 255) = 39.31%

R = 13.1%
G = 47.59%
B = 39.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#134539 (or 0x134539) is known color: Deep Teal. HEX triplet: 13, 45 and 39. RGB value is (19,69,57). Sum of RGB (Red+Green+Blue) = 19+69+57=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #134539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134539 is #ECBAC6. Grayscale: #343434. Windows color (decimal): -15514311 or 3753235. OLE color: 3753235.

HSL color Cylindrical-coordinate representation of color #134539: hue angle of 165.6º degrees, saturation: 0.57, 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 #134539 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 69 57 -
CMYK 0.72 0 0.17 0.73
HSL 165.6º 0.57% 0.17% -
HSV(B) 165.6º 0.72% 0.27% -
XYZ 3.14 4.69 4.61 -
YUV 52.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 19 69 57 0.72 0 0.17 0.73 165.6 0.57 0.17
Hex 13 45 39 48 0 11 49 A6 39 11
Octal 23 105 71 110 0 21 111 246 71 21
Binary 10011 1000101 111001 1001000 0 10001 1001001 10100110 111001 10001

Color Harmonies of #134539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134539

Black with #134539

Text Example


Text Example

White with #134539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134539; }

 p { color: rgb(19,69,57); }

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

background-color css

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

 a { background-color: rgb(19,69,57); }

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

border-color css

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

 span { border-color: rgb(19,69,57); }

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