#37B6C1

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

Shades of Viking #37B6C1

Tints of Viking #37B6C1

Color information

#37B6C1 (or 0x37B6C1) is unknown color: approx Viking. HEX triplet: 37, B6 and C1. RGB value is (55,182,193). Sum of RGB (Red+Green+Blue) = 55+182+193=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #37B6C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B6C1 is #C8493E. Grayscale: #919191. Windows color (decimal): -13125951 or 12695095. OLE color: 12695095.

HSL color Cylindrical-coordinate representation of color #37B6C1: hue angle of 184.78º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37B6C1 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB55182193-
CMYK0.720.0600.24
HSL184.78º55.65%48.63%-
HSV(B)184.78º71.5%75.69%-
XYZ27.9338.1256.34-
YUV145.28154.9263.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.79%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=12.79%
G=42.33%
B=44.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal551821930.720.0600.24184.7855.6548.63
Hex37B6C1486018b93831
Octal6726630111060302717061
Binary1101111011011011000001100100011001100010111001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,182,193); }

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

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

 a { background-color: rgb(55,182,193); }

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

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

 span { border-color: rgb(55,182,193); }

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