#51B2BB

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

Shades of Viking #51B2BB

Tints of Viking #51B2BB

Color information

#51B2BB (or 0x51B2BB) is unknown color: approx Viking. HEX triplet: 51, B2 and BB. RGB value is (81,178,187). Sum of RGB (Red+Green+Blue) = 81+178+187=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #51B2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B2BB is #AE4D44. Grayscale: #959595. Windows color (decimal): -11423045 or 12300881. OLE color: 12300881.

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

Color convert

RGB81178187-
CMYK0.570.0500.27
HSL185.09º43.8%52.55%-
HSV(B)185.09º56.68%73.33%-
XYZ28.2837.1852.7-
YUV150.02148.8678.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.16%
GREEN value IS 178 (69.92% from 255) = 39.91%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=18.16%
G=39.91%
B=41.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811781870.570.0500.27185.0943.852.55
Hex51B2BB39501Bb92c35
Octal1212622737150332715465
Binary1010001101100101011101111100110101101110111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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