#143930

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

Shades of Deep Teal #143930

Tints of Deep Teal #143930

Color information

#143930 (or 0x143930) is unknown color: approx Deep Teal. HEX triplet: 14, 39 and 30. RGB value is (20,57,48). Sum of RGB (Red+Green+Blue) = 20+57+48=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #143930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143930 is #EBC6CF. Grayscale: #2C2C2C. Windows color (decimal): -15451856 or 3160340. OLE color: 3160340.

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

Color convert

RGB205748-
CMYK0.6500.160.78
HSL165.41º48.05%15.1%-
HSV(B)165.41º64.91%22.35%-
XYZ2.293.293.31-
YUV44.91129.74110.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 48 (19.14% from 255) = 38.4%
R=16%
G=45.6%
B=38.4%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057480.6500.160.78165.4148.0515.1
Hex143930410104Ea530f
Octal2471601010201162456017
Binary1010011100111000010000010100001001110101001011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143930; }

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

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

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

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

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

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

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

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