#36BCBE

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

Shades of Viking #36BCBE

Tints of Viking #36BCBE

Color information

#36BCBE (or 0x36BCBE) is unknown color: approx Viking. HEX triplet: 36, BC and BE. RGB value is (54,188,190). Sum of RGB (Red+Green+Blue) = 54+188+190=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #36BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BCBE is #C94341. Grayscale: #949494. Windows color (decimal): -13189954 or 12500022. OLE color: 12500022.

HSL color Cylindrical-coordinate representation of color #36BCBE: hue angle of 180.88º 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 #36BCBE is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54188190-
CMYK0.720.0100.25
HSL180.88º55.74%47.84%-
HSV(B)180.88º71.58%74.51%-
XYZ28.840.4755.01-
YUV148.16151.6160.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.5%
GREEN value IS 188 (73.83% from 255) = 43.52%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=12.5%
G=43.52%
B=43.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541881900.720.0100.25180.8855.7447.84
Hex36BCBE481019b53830
Octal6627427611010312657060
Binary11011010111100101111101001000101100110110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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