#37BBBC

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

Shades of Viking #37BBBC

Tints of Viking #37BBBC

Color information

#37BBBC (or 0x37BBBC) is unknown color: approx Viking. HEX triplet: 37, BB and BC. RGB value is (55,187,188). Sum of RGB (Red+Green+Blue) = 55+187+188=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #37BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BBBC is #C84443. Grayscale: #939393. Windows color (decimal): -13124676 or 12368695. OLE color: 12368695.

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

Color convert

RGB55187188-
CMYK0.710.0100.26
HSL180.45º54.73%47.65%-
HSV(B)180.45º70.74%73.73%-
XYZ28.4239.9853.8-
YUV147.65150.7761.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.79%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=12.79%
G=43.49%
B=43.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551871880.710.0100.26180.4554.7347.65
Hex37BBBC47101Ab43730
Octal6727327410710322646760
Binary11011110111011101111001000111101101010110100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,187,188); }

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

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

 a { background-color: rgb(55,187,188); }

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

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

 span { border-color: rgb(55,187,188); }

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