Html Css Color HEX #135746 Deep Teal

📋 copy color: '#135746'

red 19 ◦ green 87 ◦ blue 70

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

Shades of Deep Teal #135746

Tints of Deep Teal #135746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.43%

 BLUE value IS 70 (27.73% from 255) = 39.77%

R = 10.8%
G = 49.43%
B = 39.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#135746 (or 0x135746) is known color: Deep Teal. HEX triplet: 13, 57 and 46. RGB value is (19,87,70). Sum of RGB (Red+Green+Blue) = 19+87+70=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #135746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135746 is #ECA8B9. Grayscale: #404040. Windows color (decimal): -15509690 or 4609811. OLE color: 4609811.

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

Color convert

RGB 19 87 70 -
CMYK 0.78 0 0.20 0.66
HSL 165º 0.64% 0.21% -
HSV(B) 165º 0.78% 0.34% -
XYZ 4.78 7.4 6.97 -
YUV 64.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 19 87 70 0.78 0 0.20 0.66 165 0.64 0.21
Hex 13 57 46 4E 0 14 42 A5 40 15
Octal 23 127 106 116 0 24 102 245 100 25
Binary 10011 1010111 1000110 1001110 0 10100 1000010 10100101 1000000 10101

Color Harmonies of #135746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135746

Black with #135746

Text Example


Text Example

White with #135746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135746; }

 p { color: rgb(19,87,70); }

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

background-color css

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

 a { background-color: rgb(19,87,70); }

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

border-color css

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

 span { border-color: rgb(19,87,70); }

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