#48B2BE

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

Shades of Viking #48B2BE

Tints of Viking #48B2BE

Color information

#48B2BE (or 0x48B2BE) is unknown color: approx Viking. HEX triplet: 48, B2 and BE. RGB value is (72,178,190). Sum of RGB (Red+Green+Blue) = 72+178+190=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #48B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B2BE is #B74D41. Grayscale: #939393. Windows color (decimal): -12012866 or 12497480. OLE color: 12497480.

HSL color Cylindrical-coordinate representation of color #48B2BE: hue angle of 186.1º 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 #48B2BE is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72178190-
CMYK0.620.0600.25
HSL186.1º47.58%51.37%-
HSV(B)186.1º62.11%74.51%-
XYZ27.8936.9454.37-
YUV147.67151.8874.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.36%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=16.36%
G=40.45%
B=43.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721781900.620.0600.25186.147.5851.37
Hex48B2BE3E6019ba3033
Octal1102622767660312726063
Binary1001000101100101011111011111011001100110111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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