Html Css Color HEX #145246 Deep Teal

📋 copy color: '#145246'

red 20 ◦ green 82 ◦ blue 70

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

Shades of Deep Teal #145246

Tints of Deep Teal #145246

RGB

 RED value IS 20 (8.2% from 255) = 11.63%

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

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

R = 11.63%
G = 47.67%
B = 40.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#145246 (or 0x145246) is known color: Deep Teal. HEX triplet: 14, 52 and 46. RGB value is (20,82,70). Sum of RGB (Red+Green+Blue) = 20+82+70=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #145246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145246 is #EBADB9. Grayscale: #3E3E3E. Windows color (decimal): -15445434 or 4608532. OLE color: 4608532.

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

Color convert

RGB 20 82 70 -
CMYK 0.76 0 0.15 0.68
HSL 168.39º 0.61% 0.2% -
HSV(B) 168.39º 0.76% 0.32% -
XYZ 4.41 6.63 6.84 -
YUV 62.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 20 82 70 0.76 0 0.15 0.68 168.39 0.61 0.2
Hex 14 52 46 4C 0 F 44 A8 3D 14
Octal 24 122 106 114 0 17 104 250 75 24
Binary 10100 1010010 1000110 1001100 0 1111 1000100 10101000 111101 10100

Color Harmonies of #145246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145246

Black with #145246

Text Example


Text Example

White with #145246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145246; }

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

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

background-color css

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

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

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

border-color css

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

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

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