Html Css Color HEX #135647 Deep Teal

📋 copy color: '#135647'

red 19 ◦ green 86 ◦ blue 71

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

Shades of Deep Teal #135647

Tints of Deep Teal #135647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 71 (28.13% from 255) = 40.34%

R = 10.8%
G = 48.86%
B = 40.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#135647 (or 0x135647) is known color: Deep Teal. HEX triplet: 13, 56 and 47. RGB value is (19,86,71). Sum of RGB (Red+Green+Blue) = 19+86+71=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #135647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135647 is #ECA9B8. Grayscale: #404040. Windows color (decimal): -15509945 or 4675091. OLE color: 4675091.

HSL color Cylindrical-coordinate representation of color #135647: hue angle of 166.57º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135647 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 71 -
CMYK 0.78 0 0.17 0.66
HSL 166.57º 0.64% 0.21% -
HSV(B) 166.57º 0.78% 0.34% -
XYZ 4.73 7.25 7.11 -
YUV 64.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 19 86 71 0.78 0 0.17 0.66 166.57 0.64 0.21
Hex 13 56 47 4E 0 11 42 A7 40 15
Octal 23 126 107 116 0 21 102 247 100 25
Binary 10011 1010110 1000111 1001110 0 10001 1000010 10100111 1000000 10101

Color Harmonies of #135647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135647

Black with #135647

Text Example


Text Example

White with #135647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135647; }

 p { color: rgb(19,86,71); }

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

background-color css

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

 a { background-color: rgb(19,86,71); }

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

border-color css

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

 span { border-color: rgb(19,86,71); }

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