#143A33

Color #143A33 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #143A33

Tints of Deep Teal #143A33

Color information

#143A33 (or 0x143A33) is unknown color: approx Deep Teal. HEX triplet: 14, 3A and 33. RGB value is (20,58,51). Sum of RGB (Red+Green+Blue) = 20+58+51=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #143A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A33 is #EBC5CC. Grayscale: #2D2D2D. Windows color (decimal): -15451597 or 3357204. OLE color: 3357204.

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

Color convert

RGB205851-
CMYK0.6600.120.77
HSL168.95º48.72%15.29%-
HSV(B)168.95º65.52%22.75%-
XYZ2.43.413.66-
YUV45.84130.91109.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 58 (23.05% from 255) = 44.96%
BLUE value IS 51 (20.31% from 255) = 39.53%
R=15.50%
G=44.96%
B=39.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2058510.6600.120.77168.9548.7215.29
Hex143A33420C4Da931f
Octal2472631020141152516117
Binary101001110101100111000010011001001101101010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #143A33;
 }
 .AnyTagClassName
 {
   color: #143A33;
 }
</style>
background-color css

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

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

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

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

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

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