Html Css Color HEX #51ADBB Viking

📋 copy color: '#51ADBB'

red 81 ◦ green 173 ◦ blue 187

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

Shades of Viking #51ADBB

Tints of Viking #51ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.4%

R = 18.37%
G = 39.23%
B = 42.4%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#51ADBB (or 0x51ADBB) is known color: Viking. HEX triplet: 51, AD and BB. RGB value is (81,173,187). Sum of RGB (Red+Green+Blue) = 81+173+187=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #51ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADBB is #AE5244. Grayscale: #929292. Windows color (decimal): -11424325 or 12299601. OLE color: 12299601.

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

Color convert

RGB 81 173 187 -
CMYK 0.57 0.07 0 0.27
HSL 187.92º 0.44% 0.53% -
HSV(B) 187.92º 0.57% 0.73% -
XYZ 27.31 35.22 52.37 -
YUV 147.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 81 173 187 0.57 0.07 0 0.27 187.92 0.44 0.53
Hex 51 AD BB 39 7 0 1B BC 2C 35
Octal 121 255 273 71 7 0 33 274 54 65
Binary 1010001 10101101 10111011 111001 111 0 11011 10111100 101100 110101

Color Harmonies of #51ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADBB

Black with #51ADBB

Text Example


Text Example

White with #51ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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