Html Css Color HEX #51ACB9 Viking

📋 copy color: '#51ACB9'

red 81 ◦ green 172 ◦ blue 185

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

Shades of Viking #51ACB9

Tints of Viking #51ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.27%

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 18.49%
G = 39.27%
B = 42.24%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#51ACB9 (or 0x51ACB9) is known color: Viking. HEX triplet: 51, AC and B9. RGB value is (81,172,185). Sum of RGB (Red+Green+Blue) = 81+172+185=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #51ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACB9 is #AE5346. Grayscale: #929292. Windows color (decimal): -11424583 or 12168273. OLE color: 12168273.

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

Color convert

RGB 81 172 185 -
CMYK 0.56 0.07 0 0.27
HSL 187.5º 0.43% 0.52% -
HSV(B) 187.5º 0.56% 0.73% -
XYZ 26.9 34.76 51.19 -
YUV 146.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 81 172 185 0.56 0.07 0 0.27 187.5 0.43 0.52
Hex 51 AC B9 38 7 0 1B BC 2B 34
Octal 121 254 271 70 7 0 33 274 53 64
Binary 1010001 10101100 10111001 111000 111 0 11011 10111100 101011 110100

Color Harmonies of #51ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ACB9

Black with #51ACB9

Text Example


Text Example

White with #51ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,172,185); }

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

background-color css

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

 a { background-color: rgb(81,172,185); }

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

border-color css

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

 span { border-color: rgb(81,172,185); }

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