#143933

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

Shades of Deep Teal #143933

Tints of Deep Teal #143933

Color information

#143933 (or 0x143933) is unknown color: approx Deep Teal. HEX triplet: 14, 39 and 33. RGB value is (20,57,51). Sum of RGB (Red+Green+Blue) = 20+57+51=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #143933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143933 is #EBC6CC. Grayscale: #2D2D2D. Windows color (decimal): -15451853 or 3356948. OLE color: 3356948.

HSL color Cylindrical-coordinate representation of color #143933: hue angle of 170.27º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143933 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB205751-
CMYK0.6500.110.78
HSL170.27º48.05%15.1%-
HSV(B)170.27º64.91%22.35%-
XYZ2.353.313.65-
YUV45.25131.24109.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 51 (20.31% from 255) = 39.84%
R=15.62%
G=44.53%
B=39.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057510.6500.110.78170.2748.0515.1
Hex143933410B4Eaa30f
Octal2471631010131162526017
Binary101001110011100111000001010111001110101010101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143933; }

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

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

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

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

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

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

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

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