#44B0BB

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

Shades of Viking #44B0BB

Tints of Viking #44B0BB

Color information

#44B0BB (or 0x44B0BB) is unknown color: approx Viking. HEX triplet: 44, B0 and BB. RGB value is (68,176,187). Sum of RGB (Red+Green+Blue) = 68+176+187=431 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.78% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #44B0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44B0BB is #BB4F44. Grayscale: #909090. Windows color (decimal): -12275525 or 12300356. OLE color: 12300356.

HSL color Cylindrical-coordinate representation of color #44B0BB: hue angle of 185.55º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44B0BB is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68176187-
CMYK0.640.0600.27
HSL185.55º46.67%50%-
HSV(B)185.55º63.64%73.33%-
XYZ26.8835.8752.52-
YUV144.96151.7273.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.78%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=15.78%
G=40.84%
B=43.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681761870.640.0600.27185.5546.6750
Hex44B0BB40601Bba2f32
Octal10426027310060332725762
Binary10001001011000010111011100000011001101110111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,176,187); }

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

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

 a { background-color: rgb(68,176,187); }

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

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

 span { border-color: rgb(68,176,187); }

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