Html Css Color HEX #51ADBC Viking

📋 copy color: '#51ADBC'

red 81 ◦ green 173 ◦ blue 188

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

Shades of Viking #51ADBC

Tints of Viking #51ADBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 18.33%
G = 39.14%
B = 42.53%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#51ADBC (or 0x51ADBC) is known color: Viking. HEX triplet: 51, AD and BC. RGB value is (81,173,188). Sum of RGB (Red+Green+Blue) = 81+173+188=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #51ADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADBC is #AE5243. Grayscale: #939393. Windows color (decimal): -11424324 or 12365137. OLE color: 12365137.

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

Color convert

RGB 81 173 188 -
CMYK 0.57 0.08 0 0.26
HSL 188.41º 0.44% 0.53% -
HSV(B) 188.41º 0.57% 0.74% -
XYZ 27.41 35.27 52.94 -
YUV 147.2 151.02 80.78 -
System Red Green Blue C M Y K H S L
Decimal 81 173 188 0.57 0.08 0 0.26 188.41 0.44 0.53
Hex 51 AD BC 39 8 0 1A BC 2C 35
Octal 121 255 274 71 10 0 32 274 54 65
Binary 1010001 10101101 10111100 111001 1000 0 11010 10111100 101100 110101

Color Harmonies of #51ADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADBC

Black with #51ADBC

Text Example


Text Example

White with #51ADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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