Html Css Color HEX #51AABA Viking

📋 copy color: '#51AABA'

red 81 ◦ green 170 ◦ blue 186

#51AABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #51AABA

Tints of Viking #51AABA

RGB

 RED value IS 81 (32.03% from 255) = 18.54%

 GREEN value IS 170 (66.8% from 255) = 38.9%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 18.54%
G = 38.9%
B = 42.56%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#51AABA (or 0x51AABA) is known color: Viking. HEX triplet: 51, AA and BA. RGB value is (81,170,186). Sum of RGB (Red+Green+Blue) = 81+170+186=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #51AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AABA is #AE5545. Grayscale: #919191. Windows color (decimal): -11425094 or 12233297. OLE color: 12233297.

HSL color Cylindrical-coordinate representation of color #51AABA: hue angle of 189.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51AABA is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 170 186 -
CMYK 0.56 0.09 0 0.27
HSL 189.14º 0.43% 0.52% -
HSV(B) 189.14º 0.56% 0.73% -
XYZ 26.63 34.04 51.62 -
YUV 145.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 81 170 186 0.56 0.09 0 0.27 189.14 0.43 0.52
Hex 51 AA BA 38 9 0 1B BD 2B 34
Octal 121 252 272 70 11 0 33 275 53 64
Binary 1010001 10101010 10111010 111000 1001 0 11011 10111101 101011 110100

Color Harmonies of #51AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AABA

Black with #51AABA

Text Example


Text Example

White with #51AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,170,186); }

 H1.HeaderClassName
 {
   color: #51AABA;
 }
 .AnyTagClassName
 {
   color: #51AABA;
 }
</style>

background-color css

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

 a { background-color: rgb(81,170,186); }

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

border-color css

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

 span { border-color: rgb(81,170,186); }

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