Html Css Color HEX #135347 Deep Teal

📋 copy color: '#135347'

red 19 ◦ green 83 ◦ blue 71

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

Shades of Deep Teal #135347

Tints of Deep Teal #135347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.04%

R = 10.98%
G = 47.98%
B = 41.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#135347 (or 0x135347) is known color: Deep Teal. HEX triplet: 13, 53 and 47. RGB value is (19,83,71). Sum of RGB (Red+Green+Blue) = 19+83+71=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #135347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135347 is #ECACB8. Grayscale: #3E3E3E. Windows color (decimal): -15510713 or 4674323. OLE color: 4674323.

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

Color convert

RGB 19 83 71 -
CMYK 0.77 0 0.14 0.67
HSL 168.75º 0.63% 0.2% -
HSV(B) 168.75º 0.77% 0.33% -
XYZ 4.5 6.78 7.03 -
YUV 62.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 19 83 71 0.77 0 0.14 0.67 168.75 0.63 0.2
Hex 13 53 47 4D 0 E 43 A9 3F 14
Octal 23 123 107 115 0 16 103 251 77 24
Binary 10011 1010011 1000111 1001101 0 1110 1000011 10101001 111111 10100

Color Harmonies of #135347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135347

Black with #135347

Text Example


Text Example

White with #135347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135347; }

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

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

background-color css

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

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

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

border-color css

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

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

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