#44B4BB

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

Shades of Viking #44B4BB

Tints of Viking #44B4BB

Color information

#44B4BB (or 0x44B4BB) is unknown color: approx Viking. HEX triplet: 44, B4 and BB. RGB value is (68,180,187). Sum of RGB (Red+Green+Blue) = 68+180+187=435 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.63% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #44B4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44B4BB is #BB4B44. Grayscale: #939393. Windows color (decimal): -12274501 or 12301380. OLE color: 12301380.

HSL color Cylindrical-coordinate representation of color #44B4BB: hue angle of 183.53º 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 #44B4BB is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68180187-
CMYK0.640.0400.27
HSL183.53º46.67%50%-
HSV(B)183.53º63.64%73.33%-
XYZ27.6737.4652.79-
YUV147.31150.3971.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.63%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=15.63%
G=41.38%
B=42.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681801870.640.0400.27183.5346.6750
Hex44B4BB40401Bb82f32
Octal10426427310040332705762
Binary10001001011010010111011100000010001101110111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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