#48ABAF

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

Shades of Viking #48ABAF

Tints of Viking #48ABAF

Color information

#48ABAF (or 0x48ABAF) is unknown color: approx Viking. HEX triplet: 48, AB and AF. RGB value is (72,171,175). Sum of RGB (Red+Green+Blue) = 72+171+175=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #48ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48ABAF is #B75450. Grayscale: #8D8D8D. Windows color (decimal): -12014673 or 11512648. OLE color: 11512648.

HSL color Cylindrical-coordinate representation of color #48ABAF: hue angle of 182.33º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48ABAF is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72171175-
CMYK0.590.0200.31
HSL182.33º41.7%48.43%-
HSV(B)182.33º58.86%68.63%-
XYZ24.9733.645.73-
YUV141.85146.778.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.22%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=17.22%
G=40.91%
B=41.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721711750.590.0200.31182.3341.748.43
Hex48ABAF3B201Fb62a30
Octal1102532577320372665260
Binary100100010101011101011111110111001111110110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,175); }

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

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

 a { background-color: rgb(72,171,175); }

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

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

 span { border-color: rgb(72,171,175); }

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