Html Css Color HEX #143A35 Deep Teal

📋 copy color: '#143A35'

red 20 ◦ green 58 ◦ blue 53

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

Shades of Deep Teal #143A35

Tints of Deep Teal #143A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.27%

 BLUE value IS 53 (21.09% from 255) = 40.46%

R = 15.27%
G = 44.27%
B = 40.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.77

RGB Variations

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

Color information

#143A35 (or 0x143A35) is known color: Deep Teal. HEX triplet: 14, 3A and 35. RGB value is (20,58,53). Sum of RGB (Red+Green+Blue) = 20+58+53=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #143A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A35 is #EBC5CA. Grayscale: #2E2E2E. Windows color (decimal): -15451595 or 3488276. OLE color: 3488276.

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

Color convert

RGB 20 58 53 -
CMYK 0.66 0 0.09 0.77
HSL 172.11º 0.49% 0.15% -
HSV(B) 172.11º 0.66% 0.23% -
XYZ 2.44 3.43 3.9 -
YUV 46.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 20 58 53 0.66 0 0.09 0.77 172.11 0.49 0.15
Hex 14 3A 35 42 0 9 4D AC 31 F
Octal 24 72 65 102 0 11 115 254 61 17
Binary 10100 111010 110101 1000010 0 1001 1001101 10101100 110001 1111

Color Harmonies of #143A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A35

Black with #143A35

Text Example


Text Example

White with #143A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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