#143A40

Color #143A40 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #143A40

Tints of Nordic #143A40

Color information

#143A40 (or 0x143A40) is unknown color: approx Nordic. HEX triplet: 14, 3A and 40. RGB value is (20,58,64). Sum of RGB (Red+Green+Blue) = 20+58+64=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #143A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A40 is #EBC5BF. Grayscale: #2F2F2F. Windows color (decimal): -15451584 or 4209172. OLE color: 4209172.

HSL color Cylindrical-coordinate representation of color #143A40: hue angle of 188.18º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143A40 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB205864-
CMYK0.690.0900.75
HSL188.18º52.38%16.47%-
HSV(B)188.18º68.75%25.1%-
XYZ2.733.555.39-
YUV47.32137.41108.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 58 (23.05% from 255) = 40.85%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=14.08%
G=40.85%
B=45.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2058640.690.0900.75188.1852.3816.47
Hex143A4045904Bbc3410
Octal24721001051101132746420
Binary10100111010100000010001011001010010111011110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143A40; }

 p { color: rgb(20,58,64); }

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

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

 a { background-color: rgb(20,58,64); }

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

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

 span { border-color: rgb(20,58,64); }

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