#51B2C1

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

Shades of Viking #51B2C1

Tints of Viking #51B2C1

Color information

#51B2C1 (or 0x51B2C1) is unknown color: approx Viking. HEX triplet: 51, B2 and C1. RGB value is (81,178,193). Sum of RGB (Red+Green+Blue) = 81+178+193=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #51B2C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B2C1 is #AE4D3E. Grayscale: #969696. Windows color (decimal): -11423039 or 12694097. OLE color: 12694097.

HSL color Cylindrical-coordinate representation of color #51B2C1: hue angle of 188.04º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51B2C1 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81178193-
CMYK0.580.0800.24
HSL188.04º47.46%53.73%-
HSV(B)188.04º58.03%75.69%-
XYZ28.9437.4456.15-
YUV150.71151.8678.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.92%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=17.92%
G=39.38%
B=42.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811781930.580.0800.24188.0447.4653.73
Hex51B2C13A8018bc2f36
Octal12126230172100302745766
Binary10100011011001011000001111010100001100010111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,178,193); }

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

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

 a { background-color: rgb(81,178,193); }

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

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

 span { border-color: rgb(81,178,193); }

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