#48ACBF

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

Shades of Viking #48ACBF

Tints of Viking #48ACBF

Color information

#48ACBF (or 0x48ACBF) is unknown color: approx Viking. HEX triplet: 48, AC and BF. RGB value is (72,172,191). Sum of RGB (Red+Green+Blue) = 72+172+191=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #48ACBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ACBF is #B75340. Grayscale: #909090. Windows color (decimal): -12014401 or 12561480. OLE color: 12561480.

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

Color convert

RGB72172191-
CMYK0.620.1000.25
HSL189.58º48.18%51.57%-
HSV(B)189.58º62.3%74.9%-
XYZ26.8334.6454.56-
YUV144.27154.3776.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.55%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 191 (75% from 255) = 43.91%
R=16.55%
G=39.54%
B=43.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721721910.620.1000.25189.5848.1851.57
Hex48ACBF3EA019be3034
Octal11025427776120312766064
Binary10010001010110010111111111110101001100110111110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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