Html Css Color HEX #134137 Deep Teal

📋 copy color: '#134137'

red 19 ◦ green 65 ◦ blue 55

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

Shades of Deep Teal #134137

Tints of Deep Teal #134137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.76%

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 13.67%
G = 46.76%
B = 39.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#134137 (or 0x134137) is known color: Deep Teal. HEX triplet: 13, 41 and 37. RGB value is (19,65,55). Sum of RGB (Red+Green+Blue) = 19+65+55=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #134137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134137 is #ECBEC8. Grayscale: #323232. Windows color (decimal): -15515337 or 3621139. OLE color: 3621139.

HSL color Cylindrical-coordinate representation of color #134137: hue angle of 166.96º 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 #134137 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 55 -
CMYK 0.71 0 0.15 0.75
HSL 166.96º 0.55% 0.16% -
HSV(B) 166.96º 0.71% 0.25% -
XYZ 2.85 4.19 4.27 -
YUV 50.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 19 65 55 0.71 0 0.15 0.75 166.96 0.55 0.16
Hex 13 41 37 47 0 F 4B A7 37 10
Octal 23 101 67 107 0 17 113 247 67 20
Binary 10011 1000001 110111 1000111 0 1111 1001011 10100111 110111 10000

Color Harmonies of #134137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134137

Black with #134137

Text Example


Text Example

White with #134137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134137; }

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

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

background-color css

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

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

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

border-color css

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

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

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