#48BDCA

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

Shades of Viking #48BDCA

Tints of Viking #48BDCA

Color information

#48BDCA (or 0x48BDCA) is unknown color: approx Viking. HEX triplet: 48, BD and CA. RGB value is (72,189,202). Sum of RGB (Red+Green+Blue) = 72+189+202=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #48BDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDCA is #B74235. Grayscale: #9B9B9B. Windows color (decimal): -12010038 or 13286728. OLE color: 13286728.

HSL color Cylindrical-coordinate representation of color #48BDCA: hue angle of 186º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48BDCA is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72189202-
CMYK0.640.0600.21
HSL186º55.08%53.73%-
HSV(B)186º64.36%79.22%-
XYZ31.5342.0462.33-
YUV155.5154.2468.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.55%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=15.55%
G=40.82%
B=43.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721892020.640.0600.2118655.0853.73
Hex48BDCA406015ba3736
Octal11027531210060252726766
Binary10010001011110111001010100000011001010110111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,189,202); }

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

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

 a { background-color: rgb(72,189,202); }

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

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

 span { border-color: rgb(72,189,202); }

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