Html Css Color HEX #135445 Deep Teal

📋 copy color: '#135445'

red 19 ◦ green 84 ◦ blue 69

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

Shades of Deep Teal #135445

Tints of Deep Teal #135445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.84%

 BLUE value IS 69 (27.34% from 255) = 40.12%

R = 11.05%
G = 48.84%
B = 40.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#135445 (or 0x135445) is known color: Deep Teal. HEX triplet: 13, 54 and 45. RGB value is (19,84,69). Sum of RGB (Red+Green+Blue) = 19+84+69=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #135445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135445 is #ECABBA. Grayscale: #3E3E3E. Windows color (decimal): -15510459 or 4543507. OLE color: 4543507.

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

Color convert

RGB 19 84 69 -
CMYK 0.77 0 0.18 0.67
HSL 166.15º 0.63% 0.2% -
HSV(B) 166.15º 0.77% 0.33% -
XYZ 4.51 6.91 6.73 -
YUV 62.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 19 84 69 0.77 0 0.18 0.67 166.15 0.63 0.2
Hex 13 54 45 4D 0 12 43 A6 3F 14
Octal 23 124 105 115 0 22 103 246 77 24
Binary 10011 1010100 1000101 1001101 0 10010 1000011 10100110 111111 10100

Color Harmonies of #135445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135445

Black with #135445

Text Example


Text Example

White with #135445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135445; }

 p { color: rgb(19,84,69); }

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

background-color css

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

 a { background-color: rgb(19,84,69); }

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

border-color css

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

 span { border-color: rgb(19,84,69); }

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