#4FBDBB

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

Shades of Viking #4FBDBB

Tints of Viking #4FBDBB

Color information

#4FBDBB (or 0x4FBDBB) is unknown color: approx Viking. HEX triplet: 4F, BD and BB. RGB value is (79,189,187). Sum of RGB (Red+Green+Blue) = 79+189+187=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #4FBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDBB is #B04244. Grayscale: #9B9B9B. Windows color (decimal): -11551301 or 12303695. OLE color: 12303695.

HSL color Cylindrical-coordinate representation of color #4FBDBB: hue angle of 178.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBDBB is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB79189187-
CMYK0.5800.010.26
HSL178.91º45.45%52.55%-
HSV(B)178.91º58.2%74.12%-
XYZ30.3941.6553.45-
YUV155.88145.5673.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.36%
GREEN value IS 189 (74.22% from 255) = 41.54%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=17.36%
G=41.54%
B=41.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791891870.5800.010.26178.9145.4552.55
Hex4FBDBB3A011Ab32d35
Octal1172752737201322635565
Binary10011111011110110111011111010011101010110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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