#153E46

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

Shades of Nordic #153E46

Tints of Nordic #153E46

Color information

#153E46 (or 0x153E46) is unknown color: approx Nordic. HEX triplet: 15, 3E and 46. RGB value is (21,62,70). Sum of RGB (Red+Green+Blue) = 21+62+70=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #153E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E46 is #EAC1B9. Grayscale: #323232. Windows color (decimal): -15385018 or 4603413. OLE color: 4603413.

HSL color Cylindrical-coordinate representation of color #153E46: hue angle of 189.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153E46 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB216270-
CMYK0.700.1100.73
HSL189.8º53.85%17.84%-
HSV(B)189.8º70%27.45%-
XYZ3.144.056.41-
YUV50.65138.92106.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 62 (24.61% from 255) = 40.52%
BLUE value IS 70 (27.73% from 255) = 45.75%
R=13.73%
G=40.52%
B=45.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2162700.700.1100.73189.853.8517.84
Hex153E4646B049be3612
Octal25761061061301112766622
Binary10101111110100011010001101011010010011011111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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