Html Css Color HEX #135240 Deep Teal

📋 copy color: '#135240'

red 19 ◦ green 82 ◦ blue 64

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

Shades of Deep Teal #135240

Tints of Deep Teal #135240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.7%

 BLUE value IS 64 (25.39% from 255) = 38.79%

R = 11.52%
G = 49.7%
B = 38.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#135240 (or 0x135240) is known color: Deep Teal. HEX triplet: 13, 52 and 40. RGB value is (19,82,64). Sum of RGB (Red+Green+Blue) = 19+82+64=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #135240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135240 is #ECADBF. Grayscale: #3D3D3D. Windows color (decimal): -15510976 or 4215315. OLE color: 4215315.

HSL color Cylindrical-coordinate representation of color #135240: hue angle of 162.86º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135240 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 64 -
CMYK 0.77 0 0.22 0.68
HSL 162.86º 0.62% 0.2% -
HSV(B) 162.86º 0.77% 0.32% -
XYZ 4.21 6.54 5.89 -
YUV 61.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 19 82 64 0.77 0 0.22 0.68 162.86 0.62 0.2
Hex 13 52 40 4D 0 16 44 A3 3E 14
Octal 23 122 100 115 0 26 104 243 76 24
Binary 10011 1010010 1000000 1001101 0 10110 1000100 10100011 111110 10100

Color Harmonies of #135240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135240

Black with #135240

Text Example


Text Example

White with #135240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135240; }

 p { color: rgb(19,82,64); }

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

background-color css

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

 a { background-color: rgb(19,82,64); }

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

border-color css

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

 span { border-color: rgb(19,82,64); }

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