#47BCBB

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

Shades of Viking #47BCBB

Tints of Viking #47BCBB

Color information

#47BCBB (or 0x47BCBB) is unknown color: approx Viking. HEX triplet: 47, BC and BB. RGB value is (71,188,187). Sum of RGB (Red+Green+Blue) = 71+188+187=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCBB is #B84344. Grayscale: #989898. Windows color (decimal): -12075845 or 12303431. OLE color: 12303431.

HSL color Cylindrical-coordinate representation of color #47BCBB: hue angle of 179.49º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BCBB is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB71188187-
CMYK0.6200.010.26
HSL179.49º46.61%50.78%-
HSV(B)179.49º62.23%73.73%-
XYZ29.5540.8953.35-
YUV152.9147.2469.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.92%
GREEN value IS 188 (73.83% from 255) = 42.15%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=15.92%
G=42.15%
B=41.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711881870.6200.010.26179.4946.6150.78
Hex47BCBB3E011Ab32f33
Octal1072742737601322635763
Binary10001111011110010111011111110011101010110011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47BCBB; }

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

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

<style>
 a { background-color: #47BCBB; }

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

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

<style>
 span { border-color: #47BCBB; }

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

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