Html Css Color HEX #51ADC5 Viking

📋 copy color: '#51ADC5'

red 81 ◦ green 173 ◦ blue 197

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

Shades of Viking #51ADC5

Tints of Viking #51ADC5

RGB

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

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

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

R = 17.96%
G = 38.36%
B = 43.68%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#51ADC5 (or 0x51ADC5) is known color: Viking. HEX triplet: 51, AD and C5. RGB value is (81,173,197). Sum of RGB (Red+Green+Blue) = 81+173+197=451 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.96% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #51ADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADC5 is #AE523A. Grayscale: #949494. Windows color (decimal): -11424315 or 12954961. OLE color: 12954961.

HSL color Cylindrical-coordinate representation of color #51ADC5: hue angle of 192.41º 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 #51ADC5 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 173 197 -
CMYK 0.59 0.12 0 0.23
HSL 192.41º 0.5% 0.55% -
HSV(B) 192.41º 0.59% 0.77% -
XYZ 28.41 35.67 58.21 -
YUV 148.23 155.52 80.05 -
System Red Green Blue C M Y K H S L
Decimal 81 173 197 0.59 0.12 0 0.23 192.41 0.5 0.55
Hex 51 AD C5 3B C 0 17 C0 32 37
Octal 121 255 305 73 14 0 27 300 62 67
Binary 1010001 10101101 11000101 111011 1100 0 10111 11000000 110010 110111

Color Harmonies of #51ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADC5

Black with #51ADC5

Text Example


Text Example

White with #51ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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