Html Css Color HEX #143B38 Deep Teal

📋 copy color: '#143B38'

red 20 ◦ green 59 ◦ blue 56

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

Shades of Deep Teal #143B38

Tints of Deep Teal #143B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 41.48%

R = 14.81%
G = 43.7%
B = 41.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#143B38 (or 0x143B38) is known color: Deep Teal. HEX triplet: 14, 3B and 38. RGB value is (20,59,56). Sum of RGB (Red+Green+Blue) = 20+59+56=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 59 - color contains mainly: green. Hex color #143B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B38 is #EBC4C7. Grayscale: #2E2E2E. Windows color (decimal): -15451336 or 3685140. OLE color: 3685140.

HSL color Cylindrical-coordinate representation of color #143B38: hue angle of 175.38º 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 #143B38 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 59 56 -
CMYK 0.66 0 0.05 0.77
HSL 175.38º 0.49% 0.15% -
HSV(B) 175.38º 0.66% 0.23% -
XYZ 2.57 3.56 4.29 -
YUV 47 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 20 59 56 0.66 0 0.05 0.77 175.38 0.49 0.15
Hex 14 3B 38 42 0 5 4D AF 31 F
Octal 24 73 70 102 0 5 115 257 61 17
Binary 10100 111011 111000 1000010 0 101 1001101 10101111 110001 1111

Color Harmonies of #143B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B38

Black with #143B38

Text Example


Text Example

White with #143B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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