#48B0BE

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

Shades of Viking #48B0BE

Tints of Viking #48B0BE

Color information

#48B0BE (or 0x48B0BE) is unknown color: approx Viking. HEX triplet: 48, B0 and BE. RGB value is (72,176,190). Sum of RGB (Red+Green+Blue) = 72+176+190=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #48B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B0BE is #B74F41. Grayscale: #929292. Windows color (decimal): -12013378 or 12496968. OLE color: 12496968.

HSL color Cylindrical-coordinate representation of color #48B0BE: hue angle of 187.12º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48B0BE is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72176190-
CMYK0.620.0700.25
HSL187.12º47.58%51.37%-
HSV(B)187.12º62.11%74.51%-
XYZ27.4936.1554.24-
YUV146.5152.5474.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.44%
GREEN value IS 176 (69.14% from 255) = 40.18%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=16.44%
G=40.18%
B=43.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721761900.620.0700.25187.1247.5851.37
Hex48B0BE3E7019bb3033
Octal1102602767670312736063
Binary1001000101100001011111011111011101100110111011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,176,190); }

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

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

 a { background-color: rgb(72,176,190); }

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

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

 span { border-color: rgb(72,176,190); }

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