Html Css Color HEX #51BEC9 Viking

📋 copy color: '#51BEC9'

red 81 ◦ green 190 ◦ blue 201

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

Shades of Viking #51BEC9

Tints of Viking #51BEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 17.16%
G = 40.25%
B = 42.58%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#51BEC9 (or 0x51BEC9) is known color: Viking. HEX triplet: 51, BE and C9. RGB value is (81,190,201). Sum of RGB (Red+Green+Blue) = 81+190+201=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #51BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEC9 is #AE4136. Grayscale: #9E9E9E. Windows color (decimal): -11419959 or 13221457. OLE color: 13221457.

HSL color Cylindrical-coordinate representation of color #51BEC9: hue angle of 185.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51BEC9 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 190 201 -
CMYK 0.60 0.05 0 0.21
HSL 185.5º 0.53% 0.55% -
HSV(B) 185.5º 0.6% 0.79% -
XYZ 32.35 42.79 61.81 -
YUV 158.66 151.89 72.61 -
System Red Green Blue C M Y K H S L
Decimal 81 190 201 0.60 0.05 0 0.21 185.5 0.53 0.55
Hex 51 BE C9 3C 5 0 15 BA 35 37
Octal 121 276 311 74 5 0 25 272 65 67
Binary 1010001 10111110 11001001 111100 101 0 10101 10111010 110101 110111

Color Harmonies of #51BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BEC9

Black with #51BEC9

Text Example


Text Example

White with #51BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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