Html Css Color HEX #135542 Deep Teal

📋 copy color: '#135542'

red 19 ◦ green 85 ◦ blue 66

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

Shades of Deep Teal #135542

Tints of Deep Teal #135542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 11.18%
G = 50%
B = 38.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#135542 (or 0x135542) is known color: Deep Teal. HEX triplet: 13, 55 and 42. RGB value is (19,85,66). Sum of RGB (Red+Green+Blue) = 19+85+66=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #135542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135542 is #ECAABD. Grayscale: #3F3F3F. Windows color (decimal): -15510206 or 4347155. OLE color: 4347155.

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

Color convert

RGB 19 85 66 -
CMYK 0.78 0 0.22 0.67
HSL 162.73º 0.63% 0.2% -
HSV(B) 162.73º 0.78% 0.33% -
XYZ 4.5 7.03 6.27 -
YUV 63.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 19 85 66 0.78 0 0.22 0.67 162.73 0.63 0.2
Hex 13 55 42 4E 0 16 43 A3 3F 14
Octal 23 125 102 116 0 26 103 243 77 24
Binary 10011 1010101 1000010 1001110 0 10110 1000011 10100011 111111 10100

Color Harmonies of #135542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135542

Black with #135542

Text Example


Text Example

White with #135542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135542; }

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

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

background-color css

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

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

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

border-color css

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

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

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