#51c0d1

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

Shades of Viking #51C0D1

Tints of Viking #51C0D1

Color information

#51C0D1 (or 0x51C0D1) is unknown color: approx Viking. HEX triplet: 51, C0 and D1. RGB value is (81,192,209). Sum of RGB (Red+Green+Blue) = 81+192+209=482 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.80% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #51C0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C0D1 is #AE3F2E. Grayscale: #A0A0A0. Windows color (decimal): -11419439 or 13746257. OLE color: 13746257.

HSL color Cylindrical-coordinate representation of color #51C0D1: hue angle of 187.97º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51C0D1 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB81192209-
CMYK0.610.0800.18
HSL187.97º58.18%56.86%-
HSV(B)187.97º61.24%81.96%-
XYZ33.7544.0567.05-
YUV160.75155.2371.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.80%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=16.80%
G=39.83%
B=43.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal811922090.610.0800.18187.9758.1856.86
Hex51C0D13D8012bc3a39
Octal12130032175100222747271
Binary10100011100000011010001111101100001001010111100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51c0d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,192,209); }

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

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

 a { background-color: rgb(81,192,209); }

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

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

 span { border-color: rgb(81,192,209); }

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