Html Css Color HEX #143633 Deep Teal

📋 copy color: '#143633'

red 20 ◦ green 54 ◦ blue 51

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

Shades of Deep Teal #143633

Tints of Deep Teal #143633

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.2%

 BLUE value IS 51 (20.31% from 255) = 40.8%

R = 16%
G = 43.2%
B = 40.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#143633 (or 0x143633) is known color: Deep Teal. HEX triplet: 14, 36 and 33. RGB value is (20,54,51). Sum of RGB (Red+Green+Blue) = 20+54+51=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #143633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143633 is #EBC9CC. Grayscale: #2B2B2B. Windows color (decimal): -15452621 or 3356180. OLE color: 3356180.

HSL color Cylindrical-coordinate representation of color #143633: hue angle of 174.71º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143633 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 54 51 -
CMYK 0.63 0 0.06 0.79
HSL 174.71º 0.46% 0.15% -
HSV(B) 174.71º 0.63% 0.21% -
XYZ 2.21 3.03 3.6 -
YUV 43.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 20 54 51 0.63 0 0.06 0.79 174.71 0.46 0.15
Hex 14 36 33 3F 0 6 4F AF 2E F
Octal 24 66 63 77 0 6 117 257 56 17
Binary 10100 110110 110011 111111 0 110 1001111 10101111 101110 1111

Color Harmonies of #143633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143633

Black with #143633

Text Example


Text Example

White with #143633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143633; }

 p { color: rgb(20,54,51); }

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

background-color css

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

 a { background-color: rgb(20,54,51); }

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

border-color css

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

 span { border-color: rgb(20,54,51); }

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