#37BDC6

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

Shades of Viking #37BDC6

Tints of Viking #37BDC6

Color information

#37BDC6 (or 0x37BDC6) is unknown color: approx Viking. HEX triplet: 37, BD and C6. RGB value is (55,189,198). Sum of RGB (Red+Green+Blue) = 55+189+198=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #37BDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BDC6 is #C84239. Grayscale: #959595. Windows color (decimal): -13124154 or 13024567. OLE color: 13024567.

HSL color Cylindrical-coordinate representation of color #37BDC6: hue angle of 183.78º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37BDC6 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55189198-
CMYK0.720.0500.22
HSL183.78º56.52%49.61%-
HSV(B)183.78º72.22%77.65%-
XYZ29.9741.2859.82-
YUV149.96155.1160.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.44%
GREEN value IS 189 (74.22% from 255) = 42.76%
BLUE value IS 198 (77.73% from 255) = 44.80%
R=12.44%
G=42.76%
B=44.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551891980.720.0500.22183.7856.5249.61
Hex37BDC6485016b83932
Octal6727530611050262707162
Binary1101111011110111000110100100010101011010111000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,189,198); }

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

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

 a { background-color: rgb(55,189,198); }

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

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

 span { border-color: rgb(55,189,198); }

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