#31BAC6

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

Shades of Viking #31BAC6

Tints of Viking #31BAC6

Color information

#31BAC6 (or 0x31BAC6) is unknown color: approx Viking. HEX triplet: 31, BA and C6. RGB value is (49,186,198). Sum of RGB (Red+Green+Blue) = 49+186+198=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #31BAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BAC6 is #CE4539. Grayscale: #929292. Windows color (decimal): -13518138 or 13023793. OLE color: 13023793.

HSL color Cylindrical-coordinate representation of color #31BAC6: hue angle of 184.83º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31BAC6 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB49186198-
CMYK0.750.0600.22
HSL184.83º60.32%48.43%-
HSV(B)184.83º75.25%77.65%-
XYZ29.0239.8559.59-
YUV146.4157.1158.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.32%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 198 (77.73% from 255) = 45.73%
R=11.32%
G=42.96%
B=45.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491861980.750.0600.22184.8360.3248.43
Hex31BAC64B6016b93c30
Octal6127230611360262717460
Binary1100011011101011000110100101111001011010111001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31BAC6; }

 p { color: rgb(49,186,198); }

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

<style>
 a { background-color: #31BAC6; }

 a { background-color: rgb(49,186,198); }

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

<style>
 span { border-color: #31BAC6; }

 span { border-color: rgb(49,186,198); }

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