#143932

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

Shades of Deep Teal #143932

Tints of Deep Teal #143932

Color information

#143932 (or 0x143932) is unknown color: approx Deep Teal. HEX triplet: 14, 39 and 32. RGB value is (20,57,50). Sum of RGB (Red+Green+Blue) = 20+57+50=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #143932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143932 is #EBC6CD. Grayscale: #2D2D2D. Windows color (decimal): -15451854 or 3291412. OLE color: 3291412.

HSL color Cylindrical-coordinate representation of color #143932: hue angle of 168.65º 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 #143932 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB205750-
CMYK0.6500.120.78
HSL168.65º48.05%15.1%-
HSV(B)168.65º64.91%22.35%-
XYZ2.333.313.53-
YUV45.14130.74110.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 57 (22.66% from 255) = 44.88%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=15.75%
G=44.88%
B=39.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057500.6500.120.78168.6548.0515.1
Hex143932410C4Ea930f
Octal2471621010141162516017
Binary101001110011100101000001011001001110101010011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143932; }

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

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

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

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

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

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

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

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