#37ACBE

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

Shades of Viking #37ACBE

Tints of Viking #37ACBE

Color information

#37ACBE (or 0x37ACBE) is unknown color: approx Viking. HEX triplet: 37, AC and BE. RGB value is (55,172,190). Sum of RGB (Red+Green+Blue) = 55+172+190=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #37ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ACBE is #C85341. Grayscale: #8A8A8A. Windows color (decimal): -13128514 or 12495927. OLE color: 12495927.

HSL color Cylindrical-coordinate representation of color #37ACBE: hue angle of 188º 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 #37ACBE is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB55172190-
CMYK0.710.0900.25
HSL188º55.1%48.04%-
HSV(B)188º71.05%74.51%-
XYZ25.6234.0353.93-
YUV139.07156.7468.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.19%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=13.19%
G=41.25%
B=45.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551721900.710.0900.2518855.148.04
Hex37ACBE479019bc3730
Octal67254276107110312746760
Binary11011110101100101111101000111100101100110111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,172,190); }

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

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

 a { background-color: rgb(55,172,190); }

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

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

 span { border-color: rgb(55,172,190); }

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