#36BAC6

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

Shades of Viking #36BAC6

Tints of Viking #36BAC6

Color information

#36BAC6 (or 0x36BAC6) is unknown color: approx Viking. HEX triplet: 36, BA and C6. RGB value is (54,186,198). Sum of RGB (Red+Green+Blue) = 54+186+198=438 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.33% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #36BAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BAC6 is #C94539. Grayscale: #939393. Windows color (decimal): -13190458 or 13023798. OLE color: 13023798.

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

Color convert

RGB54186198-
CMYK0.730.0600.22
HSL185º57.14%49.41%-
HSV(B)185º72.73%77.65%-
XYZ29.2739.9859.6-
YUV147.9156.2761.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.33%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 198 (77.73% from 255) = 45.21%
R=12.33%
G=42.47%
B=45.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal541861980.730.0600.2218557.1449.41
Hex36BAC6496016b93931
Octal6627230611160262717161
Binary1101101011101011000110100100111001011010111001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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