#51AFC4

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

Shades of Viking #51AFC4

Tints of Viking #51AFC4

Color information

#51AFC4 (or 0x51AFC4) is unknown color: approx Viking. HEX triplet: 51, AF and C4. RGB value is (81,175,196). Sum of RGB (Red+Green+Blue) = 81+175+196=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #51AFC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AFC4 is #AE503B. Grayscale: #959595. Windows color (decimal): -11423804 or 12889937. OLE color: 12889937.

HSL color Cylindrical-coordinate representation of color #51AFC4: hue angle of 190.96º 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 #51AFC4 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81175196-
CMYK0.590.1100.23
HSL190.96º49.36%54.31%-
HSV(B)190.96º58.67%76.86%-
XYZ28.6936.3957.74-
YUV149.29154.3679.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.92%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 196 (76.95% from 255) = 43.36%
R=17.92%
G=38.72%
B=43.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811751960.590.1100.23190.9649.3654.31
Hex51AFC43BB017bf3136
Octal12125730473130272776166
Binary10100011010111111000100111011101101011110111111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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