Html Css Color HEX #135543 Deep Teal

📋 copy color: '#135543'

red 19 ◦ green 85 ◦ blue 67

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

Shades of Deep Teal #135543

Tints of Deep Teal #135543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.71%

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

R = 11.11%
G = 49.71%
B = 39.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#135543 (or 0x135543) is known color: Deep Teal. HEX triplet: 13, 55 and 43. RGB value is (19,85,67). Sum of RGB (Red+Green+Blue) = 19+85+67=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #135543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135543 is #ECAABC. Grayscale: #3F3F3F. Windows color (decimal): -15510205 or 4412691. OLE color: 4412691.

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

Color convert

RGB 19 85 67 -
CMYK 0.78 0 0.21 0.67
HSL 163.64º 0.63% 0.2% -
HSV(B) 163.64º 0.78% 0.33% -
XYZ 4.53 7.04 6.43 -
YUV 63.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 19 85 67 0.78 0 0.21 0.67 163.64 0.63 0.2
Hex 13 55 43 4E 0 15 43 A4 3F 14
Octal 23 125 103 116 0 25 103 244 77 24
Binary 10011 1010101 1000011 1001110 0 10101 1000011 10100100 111111 10100

Color Harmonies of #135543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135543

Black with #135543

Text Example


Text Example

White with #135543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135543; }

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

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

background-color css

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

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

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

border-color css

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

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

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