Html Css Color HEX #135644 Deep Teal

📋 copy color: '#135644'

red 19 ◦ green 86 ◦ blue 68

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

Shades of Deep Teal #135644

Tints of Deep Teal #135644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 10.98%
G = 49.71%
B = 39.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#135644 (or 0x135644) is known color: Deep Teal. HEX triplet: 13, 56 and 44. RGB value is (19,86,68). Sum of RGB (Red+Green+Blue) = 19+86+68=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #135644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135644 is #ECA9BB. Grayscale: #3F3F3F. Windows color (decimal): -15509948 or 4478483. OLE color: 4478483.

HSL color Cylindrical-coordinate representation of color #135644: hue angle of 163.88º 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 #135644 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 68 -
CMYK 0.78 0 0.21 0.66
HSL 163.88º 0.64% 0.21% -
HSV(B) 163.88º 0.78% 0.34% -
XYZ 4.64 7.21 6.62 -
YUV 63.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 19 86 68 0.78 0 0.21 0.66 163.88 0.64 0.21
Hex 13 56 44 4E 0 15 42 A4 40 15
Octal 23 126 104 116 0 25 102 244 100 25
Binary 10011 1010110 1000100 1001110 0 10101 1000010 10100100 1000000 10101

Color Harmonies of #135644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135644

Black with #135644

Text Example


Text Example

White with #135644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135644; }

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

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

background-color css

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

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

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

border-color css

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

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

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