Html Css Color HEX #134136 Deep Teal

📋 copy color: '#134136'

red 19 ◦ green 65 ◦ blue 54

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

Shades of Deep Teal #134136

Tints of Deep Teal #134136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 39.13%

R = 13.77%
G = 47.1%
B = 39.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#134136 (or 0x134136) is known color: Deep Teal. HEX triplet: 13, 41 and 36. RGB value is (19,65,54). Sum of RGB (Red+Green+Blue) = 19+65+54=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #134136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134136 is #ECBEC9. Grayscale: #313131. Windows color (decimal): -15515338 or 3555603. OLE color: 3555603.

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

Color convert

RGB 19 65 54 -
CMYK 0.71 0 0.17 0.75
HSL 165.65º 0.55% 0.16% -
HSV(B) 165.65º 0.71% 0.25% -
XYZ 2.82 4.19 4.15 -
YUV 49.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 19 65 54 0.71 0 0.17 0.75 165.65 0.55 0.16
Hex 13 41 36 47 0 11 4B A6 37 10
Octal 23 101 66 107 0 21 113 246 67 20
Binary 10011 1000001 110110 1000111 0 10001 1001011 10100110 110111 10000

Color Harmonies of #134136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134136

Black with #134136

Text Example


Text Example

White with #134136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134136; }

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

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

background-color css

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

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

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

border-color css

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

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

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