#144135

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

Shades of Deep Teal #144135

Tints of Deep Teal #144135

Color information

#144135 (or 0x144135) is unknown color: approx Deep Teal. HEX triplet: 14, 41 and 35. RGB value is (20,65,53). Sum of RGB (Red+Green+Blue) = 20+65+53=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #144135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144135 is #EBBECA. Grayscale: #323232. Windows color (decimal): -15449803 or 3490068. OLE color: 3490068.

HSL color Cylindrical-coordinate representation of color #144135: hue angle of 164º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144135 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB206553-
CMYK0.6900.180.75
HSL164º52.94%16.67%-
HSV(B)164º69.23%25.49%-
XYZ2.824.194.03-
YUV50.18129.59106.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=14.49%
G=47.10%
B=38.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065530.6900.180.7516452.9416.67
Hex144135450124Ba43511
Octal24101651050221132446521
Binary101001000001110101100010101001010010111010010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144135; }

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

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

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

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

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

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

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

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