#44b9c6

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

Shades of Viking #44B9C6

Tints of Viking #44B9C6

Color information

#44B9C6 (or 0x44B9C6) is unknown color: approx Viking. HEX triplet: 44, B9 and C6. RGB value is (68,185,198). Sum of RGB (Red+Green+Blue) = 68+185+198=451 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.08% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #44B9C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44B9C6 is #BB4639. Grayscale: #979797. Windows color (decimal): -12273210 or 13023556. OLE color: 13023556.

HSL color Cylindrical-coordinate representation of color #44B9C6: hue angle of 186º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44B9C6 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB68185198-
CMYK0.660.0700.22
HSL186º53.28%52.16%-
HSV(B)186º65.66%77.65%-
XYZ29.934059.57-
YUV151.5154.2468.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.08%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=15.08%
G=41.02%
B=43.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal681851980.660.0700.2218653.2852.16
Hex44B9C6427016ba3534
Octal10427130610270262726564
Binary10001001011100111000110100001011101011010111010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44b9c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44b9c6; }

 p { color: rgb(68,185,198); }

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

<style>
 a { background-color: #44b9c6; }

 a { background-color: rgb(68,185,198); }

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

<style>
 span { border-color: #44b9c6; }

 span { border-color: rgb(68,185,198); }

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