#153E48

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

Shades of Nordic #153E48

Tints of Nordic #153E48

Color information

#153E48 (or 0x153E48) is unknown color: approx Nordic. HEX triplet: 15, 3E and 48. RGB value is (21,62,72). Sum of RGB (Red+Green+Blue) = 21+62+72=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #153E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E48 is #EAC1B7. Grayscale: #323232. Windows color (decimal): -15385016 or 4734485. OLE color: 4734485.

HSL color Cylindrical-coordinate representation of color #153E48: hue angle of 191.76º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153E48 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB216272-
CMYK0.710.1400.72
HSL191.76º54.84%18.24%-
HSV(B)191.76º70.83%28.24%-
XYZ3.24.076.75-
YUV50.88139.92106.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=13.55%
G=40%
B=46.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2162720.710.1400.72191.7654.8418.24
Hex153E4847E048c03712
Octal25761101071601103006722
Binary10101111110100100010001111110010010001100000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153E48; }

 p { color: rgb(21,62,72); }

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

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

 a { background-color: rgb(21,62,72); }

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

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

 span { border-color: rgb(21,62,72); }

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