Html Css Color HEX #51A4BE Viking

📋 copy color: '#51A4BE'

red 81 ◦ green 164 ◦ blue 190

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

Shades of Viking #51A4BE

Tints of Viking #51A4BE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 18.62%
G = 37.7%
B = 43.68%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#51A4BE (or 0x51A4BE) is known color: Viking. HEX triplet: 51, A4 and BE. RGB value is (81,164,190). Sum of RGB (Red+Green+Blue) = 81+164+190=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #51A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A4BE is #AE5B41. Grayscale: #8D8D8D. Windows color (decimal): -11426626 or 12493905. OLE color: 12493905.

HSL color Cylindrical-coordinate representation of color #51A4BE: hue angle of 194.31º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51A4BE is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 164 190 -
CMYK 0.57 0.14 0 0.25
HSL 194.31º 0.46% 0.53% -
HSV(B) 194.31º 0.57% 0.75% -
XYZ 25.96 32.02 53.53 -
YUV 142.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 81 164 190 0.57 0.14 0 0.25 194.31 0.46 0.53
Hex 51 A4 BE 39 E 0 19 C2 2E 35
Octal 121 244 276 71 16 0 31 302 56 65
Binary 1010001 10100100 10111110 111001 1110 0 11001 11000010 101110 110101

Color Harmonies of #51A4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A4BE

Black with #51A4BE

Text Example


Text Example

White with #51A4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,164,190); }

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

background-color css

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

 a { background-color: rgb(81,164,190); }

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

border-color css

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

 span { border-color: rgb(81,164,190); }

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