#36B4BE

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

Shades of Viking #36B4BE

Tints of Viking #36B4BE

Color information

#36B4BE (or 0x36B4BE) is unknown color: approx Viking. HEX triplet: 36, B4 and BE. RGB value is (54,180,190). Sum of RGB (Red+Green+Blue) = 54+180+190=424 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.74% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #36B4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B4BE is #C94B41. Grayscale: #8F8F8F. Windows color (decimal): -13192002 or 12497974. OLE color: 12497974.

HSL color Cylindrical-coordinate representation of color #36B4BE: hue angle of 184.41º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36B4BE is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54180190-
CMYK0.720.0500.25
HSL184.41º55.74%47.84%-
HSV(B)184.41º71.58%74.51%-
XYZ27.1437.1454.45-
YUV143.47154.2664.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.74%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=12.74%
G=42.45%
B=44.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541801900.720.0500.25184.4155.7447.84
Hex36B4BE485019b83830
Octal6626427611050312707060
Binary1101101011010010111110100100010101100110111000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,180,190); }

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

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

 a { background-color: rgb(54,180,190); }

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

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

 span { border-color: rgb(54,180,190); }

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