Html Css Color HEX #135246 Deep Teal

📋 copy color: '#135246'

red 19 ◦ green 82 ◦ blue 70

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

Shades of Deep Teal #135246

Tints of Deep Teal #135246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 11.11%
G = 47.95%
B = 40.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#135246 (or 0x135246) is known color: Deep Teal. HEX triplet: 13, 52 and 46. RGB value is (19,82,70). Sum of RGB (Red+Green+Blue) = 19+82+70=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #135246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135246 is #ECADB9. Grayscale: #3D3D3D. Windows color (decimal): -15510970 or 4608531. OLE color: 4608531.

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

Color convert

RGB 19 82 70 -
CMYK 0.77 0 0.15 0.68
HSL 168.57º 0.62% 0.2% -
HSV(B) 168.57º 0.77% 0.32% -
XYZ 4.39 6.62 6.84 -
YUV 61.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 19 82 70 0.77 0 0.15 0.68 168.57 0.62 0.2
Hex 13 52 46 4D 0 F 44 A9 3E 14
Octal 23 122 106 115 0 17 104 251 76 24
Binary 10011 1010010 1000110 1001101 0 1111 1000100 10101001 111110 10100

Color Harmonies of #135246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135246

Black with #135246

Text Example


Text Example

White with #135246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135246; }

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

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

background-color css

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

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

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

border-color css

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

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

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