#48AEBB

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

Shades of Viking #48AEBB

Tints of Viking #48AEBB

Color information

#48AEBB (or 0x48AEBB) is unknown color: approx Viking. HEX triplet: 48, AE and BB. RGB value is (72,174,187). Sum of RGB (Red+Green+Blue) = 72+174+187=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #48AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AEBB is #B75144. Grayscale: #909090. Windows color (decimal): -12013893 or 12299848. OLE color: 12299848.

HSL color Cylindrical-coordinate representation of color #48AEBB: hue angle of 186.78º 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 #48AEBB is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72174187-
CMYK0.610.0700.27
HSL186.78º45.82%50.78%-
HSV(B)186.78º61.5%73.33%-
XYZ26.7835.2452.4-
YUV144.98151.7175.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.63%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=16.63%
G=40.18%
B=43.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721741870.610.0700.27186.7845.8250.78
Hex48AEBB3D701Bbb2e33
Octal1102562737570332735663
Binary1001000101011101011101111110111101101110111011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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