Html Css Color HEX #135341 Deep Teal

📋 copy color: '#135341'

red 19 ◦ green 83 ◦ blue 65

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

Shades of Deep Teal #135341

Tints of Deep Teal #135341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.92%

R = 11.38%
G = 49.7%
B = 38.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#135341 (or 0x135341) is known color: Deep Teal. HEX triplet: 13, 53 and 41. RGB value is (19,83,65). Sum of RGB (Red+Green+Blue) = 19+83+65=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #135341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135341 is #ECACBE. Grayscale: #3D3D3D. Windows color (decimal): -15510719 or 4281107. OLE color: 4281107.

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

Color convert

RGB 19 83 65 -
CMYK 0.77 0 0.22 0.67
HSL 163.13º 0.63% 0.2% -
HSV(B) 163.13º 0.77% 0.33% -
XYZ 4.32 6.71 6.07 -
YUV 61.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 19 83 65 0.77 0 0.22 0.67 163.13 0.63 0.2
Hex 13 53 41 4D 0 16 43 A3 3F 14
Octal 23 123 101 115 0 26 103 243 77 24
Binary 10011 1010011 1000001 1001101 0 10110 1000011 10100011 111111 10100

Color Harmonies of #135341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135341

Black with #135341

Text Example


Text Example

White with #135341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135341; }

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

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

background-color css

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

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

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

border-color css

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

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

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