#51B6C6

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

Shades of Viking #51B6C6

Tints of Viking #51B6C6

Color information

#51B6C6 (or 0x51B6C6) is unknown color: approx Viking. HEX triplet: 51, B6 and C6. RGB value is (81,182,198). Sum of RGB (Red+Green+Blue) = 81+182+198=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #51B6C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B6C6 is #AE4939. Grayscale: #999999. Windows color (decimal): -11422010 or 13022801. OLE color: 13022801.

HSL color Cylindrical-coordinate representation of color #51B6C6: hue angle of 188.21º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51B6C6 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81182198-
CMYK0.590.0800.22
HSL188.21º50.65%54.71%-
HSV(B)188.21º59.09%77.65%-
XYZ30.3139.2859.41-
YUV153.62153.0476.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.57%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=17.57%
G=39.48%
B=42.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811821980.590.0800.22188.2150.6554.71
Hex51B6C63B8016bc3337
Octal12126630673100262746367
Binary10100011011011011000110111011100001011010111100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51B6C6; }

 p { color: rgb(81,182,198); }

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

<style>
 a { background-color: #51B6C6; }

 a { background-color: rgb(81,182,198); }

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

<style>
 span { border-color: #51B6C6; }

 span { border-color: rgb(81,182,198); }

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