Html Css Color HEX #143C33 Deep Teal

📋 copy color: '#143C33'

red 20 ◦ green 60 ◦ blue 51

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

Shades of Deep Teal #143C33

Tints of Deep Teal #143C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.8%

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

R = 15.27%
G = 45.8%
B = 38.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#143C33 (or 0x143C33) is known color: Deep Teal. HEX triplet: 14, 3C and 33. RGB value is (20,60,51). Sum of RGB (Red+Green+Blue) = 20+60+51=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #143C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C33 is #EBC3CC. Grayscale: #2F2F2F. Windows color (decimal): -15451085 or 3357716. OLE color: 3357716.

HSL color Cylindrical-coordinate representation of color #143C33: hue angle of 166.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143C33 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 60 51 -
CMYK 0.67 0 0.15 0.76
HSL 166.5º 0.5% 0.16% -
HSV(B) 166.5º 0.67% 0.24% -
XYZ 2.5 3.62 3.7 -
YUV 47.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 20 60 51 0.67 0 0.15 0.76 166.5 0.5 0.16
Hex 14 3C 33 43 0 F 4C A6 32 10
Octal 24 74 63 103 0 17 114 246 62 20
Binary 10100 111100 110011 1000011 0 1111 1001100 10100110 110010 10000

Color Harmonies of #143C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C33

Black with #143C33

Text Example


Text Example

White with #143C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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