#143935

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

Shades of Deep Teal #143935

Tints of Deep Teal #143935

Color information

#143935 (or 0x143935) is unknown color: approx Deep Teal. HEX triplet: 14, 39 and 35. RGB value is (20,57,53). Sum of RGB (Red+Green+Blue) = 20+57+53=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #143935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143935 is #EBC6CA. Grayscale: #2D2D2D. Windows color (decimal): -15451851 or 3488020. OLE color: 3488020.

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

Color convert

RGB205753-
CMYK0.6500.070.78
HSL173.51º48.05%15.1%-
HSV(B)173.51º64.91%22.35%-
XYZ2.393.333.89-
YUV45.48132.24109.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=15.38%
G=43.85%
B=40.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057530.6500.070.78173.5148.0515.1
Hex14393541074Eae30f
Octal247165101071162566017
Binary10100111001110101100000101111001110101011101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143935; }

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

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

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

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

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

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

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

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