Html Css Color HEX #135346 Deep Teal

📋 copy color: '#135346'

red 19 ◦ green 83 ◦ blue 70

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

Shades of Deep Teal #135346

Tints of Deep Teal #135346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.26%

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

R = 11.05%
G = 48.26%
B = 40.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#135346 (or 0x135346) is known color: Deep Teal. HEX triplet: 13, 53 and 46. RGB value is (19,83,70). Sum of RGB (Red+Green+Blue) = 19+83+70=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #135346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135346 is #ECACB9. Grayscale: #3E3E3E. Windows color (decimal): -15510714 or 4608787. OLE color: 4608787.

HSL color Cylindrical-coordinate representation of color #135346: hue angle of 167.81º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135346 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 70 -
CMYK 0.77 0 0.16 0.67
HSL 167.81º 0.63% 0.2% -
HSV(B) 167.81º 0.77% 0.33% -
XYZ 4.47 6.77 6.87 -
YUV 62.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 19 83 70 0.77 0 0.16 0.67 167.81 0.63 0.2
Hex 13 53 46 4D 0 10 43 A8 3F 14
Octal 23 123 106 115 0 20 103 250 77 24
Binary 10011 1010011 1000110 1001101 0 10000 1000011 10101000 111111 10100

Color Harmonies of #135346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135346

Black with #135346

Text Example


Text Example

White with #135346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135346; }

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

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

background-color css

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

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

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

border-color css

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

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

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