#48C1CE

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

Shades of Viking #48C1CE

Tints of Viking #48C1CE

Color information

#48C1CE (or 0x48C1CE) is unknown color: approx Viking. HEX triplet: 48, C1 and CE. RGB value is (72,193,206). Sum of RGB (Red+Green+Blue) = 72+193+206=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #48C1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C1CE is #B73E31. Grayscale: #9E9E9E. Windows color (decimal): -12009010 or 13549896. OLE color: 13549896.

HSL color Cylindrical-coordinate representation of color #48C1CE: hue angle of 185.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48C1CE is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72193206-
CMYK0.650.0600.19
HSL185.82º57.76%54.51%-
HSV(B)185.82º65.05%80.78%-
XYZ32.8843.9765.15-
YUV158.3154.9166.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.29%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=15.29%
G=40.98%
B=43.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721932060.650.0600.19185.8257.7654.51
Hex48C1CE416013ba3a37
Octal11030131610160232727267
Binary10010001100000111001110100000111001001110111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,193,206); }

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

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

 a { background-color: rgb(72,193,206); }

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

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

 span { border-color: rgb(72,193,206); }

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