#51BEC4

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

Shades of Viking #51BEC4

Tints of Viking #51BEC4

Color information

#51BEC4 (or 0x51BEC4) is unknown color: approx Viking. HEX triplet: 51, BE and C4. RGB value is (81,190,196). Sum of RGB (Red+Green+Blue) = 81+190+196=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #51BEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEC4 is #AE413B. Grayscale: #9D9D9D. Windows color (decimal): -11419964 or 12893777. OLE color: 12893777.

HSL color Cylindrical-coordinate representation of color #51BEC4: hue angle of 183.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51BEC4 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81190196-
CMYK0.590.0300.23
HSL183.13º49.36%54.31%-
HSV(B)183.13º58.67%76.86%-
XYZ31.7742.5658.77-
YUV158.09149.3973.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.34%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=17.34%
G=40.69%
B=41.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811901960.590.0300.23183.1349.3654.31
Hex51BEC43B3017b73136
Octal1212763047330272676166
Binary101000110111110110001001110111101011110110111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,190,196); }

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

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

 a { background-color: rgb(81,190,196); }

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

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

 span { border-color: rgb(81,190,196); }

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