Html Css Color HEX #51AAC5 Viking

📋 copy color: '#51AAC5'

red 81 ◦ green 170 ◦ blue 197

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

Shades of Viking #51AAC5

Tints of Viking #51AAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 18.08%
G = 37.95%
B = 43.97%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#51AAC5 (or 0x51AAC5) is known color: Viking. HEX triplet: 51, AA and C5. RGB value is (81,170,197). Sum of RGB (Red+Green+Blue) = 81+170+197=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #51AAC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AAC5 is #AE553A. Grayscale: #929292. Windows color (decimal): -11425083 or 12954193. OLE color: 12954193.

HSL color Cylindrical-coordinate representation of color #51AAC5: hue angle of 193.97º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51AAC5 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 170 197 -
CMYK 0.59 0.14 0 0.23
HSL 193.97º 0.5% 0.55% -
HSV(B) 193.97º 0.59% 0.77% -
XYZ 27.85 34.53 58.02 -
YUV 146.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 81 170 197 0.59 0.14 0 0.23 193.97 0.5 0.55
Hex 51 AA C5 3B E 0 17 C2 32 37
Octal 121 252 305 73 16 0 27 302 62 67
Binary 1010001 10101010 11000101 111011 1110 0 10111 11000010 110010 110111

Color Harmonies of #51AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AAC5

Black with #51AAC5

Text Example


Text Example

White with #51AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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