#36B0BB

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

Shades of Viking #36B0BB

Tints of Viking #36B0BB

Color information

#36B0BB (or 0x36B0BB) is unknown color: approx Viking. HEX triplet: 36, B0 and BB. RGB value is (54,176,187). Sum of RGB (Red+Green+Blue) = 54+176+187=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #36B0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36B0BB is #C94F44. Grayscale: #8C8C8C. Windows color (decimal): -13193029 or 12300342. OLE color: 12300342.

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

Color convert

RGB54176187-
CMYK0.710.0600.27
HSL184.96º55.19%47.25%-
HSV(B)184.96º71.12%73.33%-
XYZ26.0235.4252.48-
YUV140.78154.0866.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.95%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=12.95%
G=42.21%
B=44.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal541761870.710.0600.27184.9655.1947.25
Hex36B0BB47601Bb9372f
Octal6626027310760332716757
Binary1101101011000010111011100011111001101110111001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,176,187); }

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

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

 a { background-color: rgb(54,176,187); }

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

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

 span { border-color: rgb(54,176,187); }

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