Html Css Color HEX #143531 Deep Teal

📋 copy color: '#143531'

red 20 ◦ green 53 ◦ blue 49

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

Shades of Deep Teal #143531

Tints of Deep Teal #143531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.44%

 BLUE value IS 49 (19.53% from 255) = 40.16%

R = 16.39%
G = 43.44%
B = 40.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#143531 (or 0x143531) is known color: Deep Teal. HEX triplet: 14, 35 and 31. RGB value is (20,53,49). Sum of RGB (Red+Green+Blue) = 20+53+49=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #143531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143531 is #EBCACE. Grayscale: #2A2A2A. Windows color (decimal): -15452879 or 3224852. OLE color: 3224852.

HSL color Cylindrical-coordinate representation of color #143531: hue angle of 172.73º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143531 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 49 -
CMYK 0.62 0 0.08 0.79
HSL 172.73º 0.45% 0.14% -
HSV(B) 172.73º 0.62% 0.21% -
XYZ 2.12 2.92 3.36 -
YUV 42.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 20 53 49 0.62 0 0.08 0.79 172.73 0.45 0.14
Hex 14 35 31 3E 0 8 4F AD 2D E
Octal 24 65 61 76 0 10 117 255 55 16
Binary 10100 110101 110001 111110 0 1000 1001111 10101101 101101 1110

Color Harmonies of #143531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143531

Black with #143531

Text Example


Text Example

White with #143531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143531; }

 p { color: rgb(20,53,49); }

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

background-color css

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

 a { background-color: rgb(20,53,49); }

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

border-color css

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

 span { border-color: rgb(20,53,49); }

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