#48BBC0

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

Shades of Viking #48BBC0

Tints of Viking #48BBC0

Color information

#48BBC0 (or 0x48BBC0) is unknown color: approx Viking. HEX triplet: 48, BB and C0. RGB value is (72,187,192). Sum of RGB (Red+Green+Blue) = 72+187+192=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #48BBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBC0 is #B7443F. Grayscale: #999999. Windows color (decimal): -12010560 or 12630856. OLE color: 12630856.

HSL color Cylindrical-coordinate representation of color #48BBC0: hue angle of 182.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BBC0 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72187192-
CMYK0.630.0300.25
HSL182.5º48.78%51.76%-
HSV(B)182.5º62.5%75.29%-
XYZ29.9640.7256.15-
YUV153.18149.970.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.96%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=15.96%
G=41.46%
B=42.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721871920.630.0300.25182.548.7851.76
Hex48BBC03F3019b63134
Octal1102733007730312666164
Binary100100010111011110000001111111101100110110110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,187,192); }

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

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

 a { background-color: rgb(72,187,192); }

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

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

 span { border-color: rgb(72,187,192); }

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