#36B6BC

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

Shades of Viking #36B6BC

Tints of Viking #36B6BC

Color information

#36B6BC (or 0x36B6BC) is unknown color: approx Viking. HEX triplet: 36, B6 and BC. RGB value is (54,182,188). Sum of RGB (Red+Green+Blue) = 54+182+188=424 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.74% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #36B6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B6BC is #C94943. Grayscale: #909090. Windows color (decimal): -13191492 or 12367414. OLE color: 12367414.

HSL color Cylindrical-coordinate representation of color #36B6BC: hue angle of 182.69º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36B6BC is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB54182188-
CMYK0.710.0300.26
HSL182.69º55.37%47.45%-
HSV(B)182.69º71.28%73.73%-
XYZ27.3337.8753.45-
YUV144.41152.5963.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.74%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=12.74%
G=42.92%
B=44.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal541821880.710.0300.26182.6955.3747.45
Hex36B6BC47301Ab7372f
Octal6626627410730322676757
Binary110110101101101011110010001111101101010110111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,182,188); }

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

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

 a { background-color: rgb(54,182,188); }

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

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

 span { border-color: rgb(54,182,188); }

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