#37BAC0

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

Shades of Viking #37BAC0

Tints of Viking #37BAC0

Color information

#37BAC0 (or 0x37BAC0) is unknown color: approx Viking. HEX triplet: 37, BA and C0. RGB value is (55,186,192). Sum of RGB (Red+Green+Blue) = 55+186+192=433 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.70% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #37BAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BAC0 is #C8453F. Grayscale: #939393. Windows color (decimal): -13124928 or 12630583. OLE color: 12630583.

HSL color Cylindrical-coordinate representation of color #37BAC0: hue angle of 182.63º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BAC0 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB55186192-
CMYK0.710.0300.25
HSL182.63º55.47%48.43%-
HSV(B)182.63º71.35%75.29%-
XYZ28.6539.7456.03-
YUV147.51153.162.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.70%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=12.70%
G=42.96%
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.25
SystemRedGreenBlueCMYKHSL
Decimal551861920.710.0300.25182.6355.4748.43
Hex37BAC0473019b73730
Octal6727230010730312676760
Binary110111101110101100000010001111101100110110111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37BAC0; }

 p { color: rgb(55,186,192); }

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

<style>
 a { background-color: #37BAC0; }

 a { background-color: rgb(55,186,192); }

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

<style>
 span { border-color: #37BAC0; }

 span { border-color: rgb(55,186,192); }

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