#48BBB8

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

Shades of Viking #48BBB8

Tints of Viking #48BBB8

Color information

#48BBB8 (or 0x48BBB8) is unknown color: approx Viking. HEX triplet: 48, BB and B8. RGB value is (72,187,184). Sum of RGB (Red+Green+Blue) = 72+187+184=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #48BBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBB8 is #B74447. Grayscale: #989898. Windows color (decimal): -12010568 or 12106568. OLE color: 12106568.

HSL color Cylindrical-coordinate representation of color #48BBB8: hue angle of 178.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BBB8 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB72187184-
CMYK0.6100.020.27
HSL178.43º45.82%50.78%-
HSV(B)178.43º61.5%73.33%-
XYZ29.0940.3851.61-
YUV152.27145.970.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.25%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 184 (72.27% from 255) = 41.53%
R=16.25%
G=42.21%
B=41.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721871840.6100.020.27178.4345.8250.78
Hex48BBB83D021Bb22e33
Octal1102732707502332625663
Binary100100010111011101110001111010101101110110010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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