#4FBBB9

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

Shades of Viking #4FBBB9

Tints of Viking #4FBBB9

Color information

#4FBBB9 (or 0x4FBBB9) is unknown color: approx Viking. HEX triplet: 4F, BB and B9. RGB value is (79,187,185). Sum of RGB (Red+Green+Blue) = 79+187+185=451 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.52% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #4FBBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBB9 is #B04446. Grayscale: #9A9A9A. Windows color (decimal): -11551815 or 12172111. OLE color: 12172111.

HSL color Cylindrical-coordinate representation of color #4FBBB9: hue angle of 178.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBBB9 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB79187185-
CMYK0.5800.010.27
HSL178.89º44.26%52.16%-
HSV(B)178.89º57.75%73.33%-
XYZ29.7540.7152.19-
YUV154.48145.2274.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.52%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 185 (72.66% from 255) = 41.02%
R=17.52%
G=41.46%
B=41.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791871850.5800.010.27178.8944.2652.16
Hex4FBBB93A011Bb32c34
Octal1172732717201332635464
Binary10011111011101110111001111010011101110110011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FBBB9; }

 p { color: rgb(79,187,185); }

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

<style>
 a { background-color: #4FBBB9; }

 a { background-color: rgb(79,187,185); }

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

<style>
 span { border-color: #4FBBB9; }

 span { border-color: rgb(79,187,185); }

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