#31B6C1

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

Shades of Viking #31B6C1

Tints of Viking #31B6C1

Color information

#31B6C1 (or 0x31B6C1) is unknown color: approx Viking. HEX triplet: 31, B6 and C1. RGB value is (49,182,193). Sum of RGB (Red+Green+Blue) = 49+182+193=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #31B6C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B6C1 is #CE493E. Grayscale: #8F8F8F. Windows color (decimal): -13519167 or 12695089. OLE color: 12695089.

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

Color convert

RGB49182193-
CMYK0.750.0600.24
HSL184.58º59.5%47.45%-
HSV(B)184.58º74.61%75.69%-
XYZ27.6237.9656.32-
YUV143.49155.9460.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.56%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 193 (75.78% from 255) = 45.52%
R=11.56%
G=42.92%
B=45.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491821930.750.0600.24184.5859.547.45
Hex31B6C14B6018b93c2f
Octal6126630111360302717457
Binary1100011011011011000001100101111001100010111001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,182,193); }

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

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

 a { background-color: rgb(49,182,193); }

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

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

 span { border-color: rgb(49,182,193); }

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