#4FBCBB

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

Shades of Viking #4FBCBB

Tints of Viking #4FBCBB

Color information

#4FBCBB (or 0x4FBCBB) is unknown color: approx Viking. HEX triplet: 4F, BC and BB. RGB value is (79,188,187). Sum of RGB (Red+Green+Blue) = 79+188+187=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBCBB is #B04344. Grayscale: #9B9B9B. Windows color (decimal): -11551557 or 12303439. OLE color: 12303439.

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

Color convert

RGB79188187-
CMYK0.5800.010.26
HSL179.45º44.86%52.35%-
HSV(B)179.45º57.98%73.73%-
XYZ30.1841.2253.38-
YUV155.3145.8973.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.40%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=17.40%
G=41.41%
B=41.19%

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
Decimal791881870.5800.010.26179.4544.8652.35
Hex4FBCBB3A011Ab32d34
Octal1172742737201322635564
Binary10011111011110010111011111010011101010110011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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