#51B3BC

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

Shades of Viking #51B3BC

Tints of Viking #51B3BC

Color information

#51B3BC (or 0x51B3BC) is unknown color: approx Viking. HEX triplet: 51, B3 and BC. RGB value is (81,179,188). Sum of RGB (Red+Green+Blue) = 81+179+188=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #51B3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B3BC is #AE4C43. Grayscale: #969696. Windows color (decimal): -11422788 or 12366673. OLE color: 12366673.

HSL color Cylindrical-coordinate representation of color #51B3BC: hue angle of 185.05º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51B3BC is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81179188-
CMYK0.570.0500.26
HSL185.05º44.4%52.75%-
HSV(B)185.05º56.91%73.73%-
XYZ28.5937.6253.33-
YUV150.72149.0378.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.08%
GREEN value IS 179 (70.31% from 255) = 39.96%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=18.08%
G=39.96%
B=41.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811791880.570.0500.26185.0544.452.75
Hex51B3BC39501Ab92c35
Octal1212632747150322715465
Binary1010001101100111011110011100110101101010111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,179,188); }

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

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

 a { background-color: rgb(81,179,188); }

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

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

 span { border-color: rgb(81,179,188); }

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