#48BCC6

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

Shades of Viking #48BCC6

Tints of Viking #48BCC6

Color information

#48BCC6 (or 0x48BCC6) is unknown color: approx Viking. HEX triplet: 48, BC and C6. RGB value is (72,188,198). Sum of RGB (Red+Green+Blue) = 72+188+198=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #48BCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCC6 is #B74339. Grayscale: #9A9A9A. Windows color (decimal): -12010298 or 13024328. OLE color: 13024328.

HSL color Cylindrical-coordinate representation of color #48BCC6: hue angle of 184.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48BCC6 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB72188198-
CMYK0.640.0500.22
HSL184.76º52.5%52.94%-
HSV(B)184.76º63.64%77.65%-
XYZ30.8541.4259.8-
YUV154.46152.5769.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.72%
GREEN value IS 188 (73.83% from 255) = 41.05%
BLUE value IS 198 (77.73% from 255) = 43.23%
R=15.72%
G=41.05%
B=43.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721881980.640.0500.22184.7652.552.94
Hex48BCC6405016b93435
Octal11027430610050262716465
Binary10010001011110011000110100000010101011010111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,188,198); }

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

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

 a { background-color: rgb(72,188,198); }

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

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

 span { border-color: rgb(72,188,198); }

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