#48ABC5

Color #48ABC5 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #48ABC5

Tints of Viking #48ABC5

Color information

#48ABC5 (or 0x48ABC5) is unknown color: approx Viking. HEX triplet: 48, AB and C5. RGB value is (72,171,197). Sum of RGB (Red+Green+Blue) = 72+171+197=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 197 - color contains mainly: blue. Hex color #48ABC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABC5 is #B7543A. Grayscale: #909090. Windows color (decimal): -12014651 or 12954440. OLE color: 12954440.

HSL color Cylindrical-coordinate representation of color #48ABC5: hue angle of 192.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48ABC5 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB72171197-
CMYK0.630.1300.23
HSL192.48º51.87%52.75%-
HSV(B)192.48º63.45%77.25%-
XYZ27.3134.5358.05-
YUV144.36157.776.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.36%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 197 (77.34% from 255) = 44.77%
R=16.36%
G=38.86%
B=44.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721711970.630.1300.23192.4851.8752.75
Hex48ABC53FD017c03435
Octal11025330577150273006465
Binary10010001010101111000101111111110101011111000000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48ABC5; }

 p { color: rgb(72,171,197); }

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

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

 a { background-color: rgb(72,171,197); }

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

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

 span { border-color: rgb(72,171,197); }

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