#48BFC3

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

Shades of Viking #48BFC3

Tints of Viking #48BFC3

Color information

#48BFC3 (or 0x48BFC3) is unknown color: approx Viking. HEX triplet: 48, BF and C3. RGB value is (72,191,195). Sum of RGB (Red+Green+Blue) = 72+191+195=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #48BFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFC3 is #B7403C. Grayscale: #9B9B9B. Windows color (decimal): -12009533 or 12828488. OLE color: 12828488.

HSL color Cylindrical-coordinate representation of color #48BFC3: hue angle of 181.95º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48BFC3 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB72191195-
CMYK0.630.0200.24
HSL181.95º50.62%52.35%-
HSV(B)181.95º63.08%76.47%-
XYZ31.1542.5858.21-
YUV155.87150.0868.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.72%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=15.72%
G=41.70%
B=42.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721911950.630.0200.24181.9550.6252.35
Hex48BFC33F2018b63334
Octal1102773037720302666364
Binary100100010111111110000111111111001100010110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,191,195); }

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

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

 a { background-color: rgb(72,191,195); }

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

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

 span { border-color: rgb(72,191,195); }

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