Html Css Color HEX #143B33 Deep Teal

📋 copy color: '#143B33'

red 20 ◦ green 59 ◦ blue 51

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

Shades of Deep Teal #143B33

Tints of Deep Teal #143B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 45.38%

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

R = 15.38%
G = 45.38%
B = 39.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#143B33 (or 0x143B33) is known color: Deep Teal. HEX triplet: 14, 3B and 33. RGB value is (20,59,51). Sum of RGB (Red+Green+Blue) = 20+59+51=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #143B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B33 is #EBC4CC. Grayscale: #2E2E2E. Windows color (decimal): -15451341 or 3357460. OLE color: 3357460.

HSL color Cylindrical-coordinate representation of color #143B33: hue angle of 167.69º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B33 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 59 51 -
CMYK 0.66 0 0.14 0.77
HSL 167.69º 0.49% 0.15% -
HSV(B) 167.69º 0.66% 0.23% -
XYZ 2.45 3.52 3.68 -
YUV 46.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 20 59 51 0.66 0 0.14 0.77 167.69 0.49 0.15
Hex 14 3B 33 42 0 E 4D A8 31 F
Octal 24 73 63 102 0 16 115 250 61 17
Binary 10100 111011 110011 1000010 0 1110 1001101 10101000 110001 1111

Color Harmonies of #143B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B33

Black with #143B33

Text Example


Text Example

White with #143B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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