Html Css Color HEX #135343 Deep Teal

📋 copy color: '#135343'

red 19 ◦ green 83 ◦ blue 67

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

Shades of Deep Teal #135343

Tints of Deep Teal #135343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.64%

R = 11.24%
G = 49.11%
B = 39.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#135343 (or 0x135343) is known color: Deep Teal. HEX triplet: 13, 53 and 43. RGB value is (19,83,67). Sum of RGB (Red+Green+Blue) = 19+83+67=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #135343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135343 is #ECACBC. Grayscale: #3E3E3E. Windows color (decimal): -15510717 or 4412179. OLE color: 4412179.

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

Color convert

RGB 19 83 67 -
CMYK 0.77 0 0.19 0.67
HSL 165º 0.63% 0.2% -
HSV(B) 165º 0.77% 0.33% -
XYZ 4.37 6.73 6.38 -
YUV 62.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 19 83 67 0.77 0 0.19 0.67 165 0.63 0.2
Hex 13 53 43 4D 0 13 43 A5 3F 14
Octal 23 123 103 115 0 23 103 245 77 24
Binary 10011 1010011 1000011 1001101 0 10011 1000011 10100101 111111 10100

Color Harmonies of #135343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135343

Black with #135343

Text Example


Text Example

White with #135343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135343; }

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

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

background-color css

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

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

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

border-color css

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

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

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