#51AFBE

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

Shades of Viking #51AFBE

Tints of Viking #51AFBE

Color information

#51AFBE (or 0x51AFBE) is unknown color: approx Viking. HEX triplet: 51, AF and BE. RGB value is (81,175,190). Sum of RGB (Red+Green+Blue) = 81+175+190=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #51AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AFBE is #AE5041. Grayscale: #949494. Windows color (decimal): -11423810 or 12496721. OLE color: 12496721.

HSL color Cylindrical-coordinate representation of color #51AFBE: hue angle of 188.26º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51AFBE is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81175190-
CMYK0.570.0800.25
HSL188.26º45.61%53.14%-
HSV(B)188.26º57.37%74.51%-
XYZ28.0236.1354.21-
YUV148.6151.3679.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.16%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=18.16%
G=39.24%
B=42.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811751900.570.0800.25188.2645.6153.14
Hex51AFBE398019bc2e35
Octal12125727671100312745665
Binary10100011010111110111110111001100001100110111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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