Html Css Color HEX #51ABBC Viking

📋 copy color: '#51ABBC'

red 81 ◦ green 171 ◦ blue 188

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

Shades of Viking #51ABBC

Tints of Viking #51ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

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

R = 18.41%
G = 38.86%
B = 42.73%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#51ABBC (or 0x51ABBC) is known color: Viking. HEX triplet: 51, AB and BC. RGB value is (81,171,188). Sum of RGB (Red+Green+Blue) = 81+171+188=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #51ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABBC is #AE5443. Grayscale: #919191. Windows color (decimal): -11424836 or 12364625. OLE color: 12364625.

HSL color Cylindrical-coordinate representation of color #51ABBC: hue angle of 189.53º 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 #51ABBC is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 171 188 -
CMYK 0.57 0.09 0 0.26
HSL 189.53º 0.44% 0.53% -
HSV(B) 189.53º 0.57% 0.74% -
XYZ 27.03 34.51 52.81 -
YUV 146.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 81 171 188 0.57 0.09 0 0.26 189.53 0.44 0.53
Hex 51 AB BC 39 9 0 1A BE 2C 35
Octal 121 253 274 71 11 0 32 276 54 65
Binary 1010001 10101011 10111100 111001 1001 0 11010 10111110 101100 110101

Color Harmonies of #51ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ABBC

Black with #51ABBC

Text Example


Text Example

White with #51ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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