Html Css Color HEX #51ADB7 Viking

📋 copy color: '#51ADB7'

red 81 ◦ green 173 ◦ blue 183

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

Shades of Viking #51ADB7

Tints of Viking #51ADB7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.59%

 BLUE value IS 183 (71.88% from 255) = 41.88%

R = 18.54%
G = 39.59%
B = 41.88%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#51ADB7 (or 0x51ADB7) is known color: Viking. HEX triplet: 51, AD and B7. RGB value is (81,173,183). Sum of RGB (Red+Green+Blue) = 81+173+183=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 183 - color contains mainly: blue. Hex color #51ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADB7 is #AE5248. Grayscale: #929292. Windows color (decimal): -11424329 or 12037457. OLE color: 12037457.

HSL color Cylindrical-coordinate representation of color #51ADB7: hue angle of 185.88º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51ADB7 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 173 183 -
CMYK 0.56 0.05 0 0.28
HSL 185.88º 0.41% 0.52% -
HSV(B) 185.88º 0.56% 0.72% -
XYZ 26.88 35.06 50.15 -
YUV 146.63 148.52 81.19 -
System Red Green Blue C M Y K H S L
Decimal 81 173 183 0.56 0.05 0 0.28 185.88 0.41 0.52
Hex 51 AD B7 38 5 0 1C BA 29 34
Octal 121 255 267 70 5 0 34 272 51 64
Binary 1010001 10101101 10110111 111000 101 0 11100 10111010 101001 110100

Color Harmonies of #51ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADB7

Black with #51ADB7

Text Example


Text Example

White with #51ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,173,183); }

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

background-color css

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

 a { background-color: rgb(81,173,183); }

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

border-color css

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

 span { border-color: rgb(81,173,183); }

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